TatClasses.IndexOf Method
Returns the index of a class which name is specified by AName. If the class is not found, IndexOf returns -1.
Syntax
Unit: atScript
function TatClasses.IndexOf(AName: string): Integer;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AName | string |