TdxBarItemLinks.AvailableIndexOf(TdxBarItemLink) Method
Returns the position of a specified TdxBarItemLink in the AvailableItems array.
Declaration
function AvailableIndexOf(Value: TdxBarItemLink): Integer;
Parameters
| Name | Type |
|---|---|
| Value | TdxBarItemLink |
Returns
| Type |
|---|
| Integer |
Remarks
Call AvailableIndexOf to get the index of Value in AvailableItems. Index of the first element in the AvailableItems array is 0. AvailableIndexOf returns -1 if Value is not in the array.
See Also