Skip to main content

TdxBarItemLink.AvailableIndex Property

Returns the item’s position in the AvailableItems collection of TdxBarItemLinks.

Declaration

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