TdxBarItemLink.AvailableIndex Property
In This Article
Returns the item’s position in the AvailableItems collection of TdxBarItemLinks.
#Declaration
Delphi
property AvailableIndex: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Every TdxBarItemLink object is indexed in the AvailableItems zero-based collection of TdxBarItemLinks to which it belongs. The AvailableIndex property contains an item’s index value in this collection.
See Also