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