TdxBarItemLink.CanVisibleIndex Property
In This Article
Returns the item’s position in the CanVisibleItems collection of TdxBarItemLinks.
#Declaration
Delphi
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