TdxListItems.IndexOf(TdxListItem) Method
In This Article
Returns the specified item’s index in the collection.
#Declaration
Delphi
function IndexOf(AValue: TdxListItem): Integer;
#Parameters
Name | Type | Description |
---|---|---|
AValue | Tdx |
A list item. |
#Returns
Type | Description |
---|---|
Integer | The item’s index in the collection. |
#Remarks
An IndexOf function call returns -1 if the specified item is not in the collection.
See Also