Skip to main content

TdxBarManager.Groups Property

Provides access to the item group collection.

Declaration

property Groups[Index: Integer]: TdxBarGroup read;

Property Value

Type
TdxBarGroup

Remarks

Use this property to access a particular group in the bar manager’s item group collection by its Index.

To get a count of item groups within this collection, use the GroupCount property. To create a group, call the bar manager’s CreateGroup function. Use a group’s Free method to remove it from the collection.

To add a group to a collection and to access or change the information about an individual group, use the methods and properties of the TdxBarGroup class. For instance, use the Items property to access the items that belong to a group.

Refer to the Customization Form - Groups Page topic for details on creating groups at design time.

See Also