TdxBarItem.Category Property
In This Article
Specifies the category to which the toolbar item belongs.
#Declaration
Delphi
property Category: Integer read; write;
#Property Value
Type | Description |
---|---|
Integer | The index of the category in the Categories collection of a toolbar manager component. |
See Also