TdxBarManager.ItemCount Property
In This Article
Returns the number of toolbar items in the bar manager collection.
#Declaration
Delphi
property ItemCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of toolbar items accessible through the Items property. |
See Also