TPropertyList.IndexOf Method
Returns the index of the specified property in the property list.
Syntax
Unit: PropertyList
function TPropertyList.IndexOf(const Item: TProperty): Integer;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Item | TProperty | The property object. |
Returns
Index of the specified property. If the property is not found, -1 is returned.