TdxBarManager.Items Property
Provides indexed access to toolbar items in the bar manager collection.
Declaration
property Items[Index: Integer]: TdxBarItem read;
Property Value
Type | Description |
---|---|
TdxBarItem | A toolbar item. |
Remarks
Use the ItemCount property to identify the number of toolbar items accessible through the Items
property.
You can call GetItemByCategory, GetAllItemsByCategory, and GetItemsByCategory functions to access bar manager items by their category. To access toolbar items by their names, call the GetItemByName function.
See Also