TdxBarExtraPaneItems.Items Property
Provides indexed access to items in the collection.
Declaration
property Items[Index: Integer]: TdxBarExtraPaneItem read; write; default;
Property Value
Type |
---|
TdxBarExtraPaneItem |
Remarks
Use the Items property to obtain a reference to an item at the position specified by the zero-based Index parameter.
See Also