TdxBarItemLinks.AvailableIndexOf(TdxBarItemLink) Method
In This Article
Returns the position of a specified TdxBarItemLink in the AvailableItems array.
#Declaration
Delphi
function AvailableIndexOf(Value: TdxBarItemLink): Integer;
#Parameters
Name | Type |
---|---|
Value | Tdx |
#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