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