IDimensionViewerColumn.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines column visibility in the component area.

Comments

Available values:

To display several columns, set the ShowColumnHeaders property to True. In the design mode on the first connection to the dictionary component, the Columns collection is filled automatically. A separate column is created for each attribute. The value of the Visible property for the column is set according to the value of the Visible (Hidden for MDM dictionary) property of the attribute, with which it is linked.

See also:

IDimensionViewerColumn