Skip to main content

TdxBarItemLink.VisibleIndex Property

Returns the item’s position within the VisibleItems indexed collection of item links.

Declaration

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