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