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