IDimensionViewerColumns

Assembly: ExtCtrls;

Description

The IDimensionViewerColumns interface contains properties and methods that are used to work with the collection of columns of the DimensionCombo and DimensionTree components.

Properties

  Property name Brief description
Count The Count property returns the number of collection columns.
DimensionViewer The DimensionViewer property returns the parent object.
Item The Item property returns parameters of the specified column.

Methods

  Method name Brief description
Add The Add method adds a new column to the collection.
Clear The Clear method deletes all the columns from the collection.
Delete The Delete method deletes a column from the collection.
LoadState The LoadState method loads parameters of component columns state.
SaveState The SaveState method saves component columns state.

See also:

ExtCtrls Assembly Interfaces