TdxBarManager.Categories Property
In This Article
Provides access to the bar manager’s categories.
#Declaration
Delphi
property Categories: TStrings read; write;
#Property Value
Type |
---|
TStrings |
#Remarks
Refer to the description of the TStrings class to learn how to manage contents of this property.
Note
When removing a category all its items are also removed.
See Also