TdxBarCaptionButtons.Items Property
Provides indexed access to a toolbar title button at the position specified by the zero-based Index parameter.
Declaration
property Items[Index: Integer]: TdxBarCaptionButton read; write; default;
Property Value
Type |
---|
TdxBarCaptionButton |
Remarks
Use the Items property to obtain a reference to the button by its index in the collection.
See Also