TdxBarExtraPaneItems.IndexOf(string) Method
Returns an AItemText‘s zero-based index in a collection.
Declaration
function IndexOf(const AItemText: string): Integer;
Parameters
| Name | Type |
|---|---|
| AItemText | string |
Returns
| Type |
|---|
| Integer |
Remarks
The IndexOf method returns -1 if there is no AItemText item in the collection.
See Also