TatClasses.ClassByName Method
Returns the TatClass object corresponding to the class which name is specified by AName. If the class is not found, ClassByName returns nil.
Syntax
Unit: atScript
function TatClasses.ClassByName(AName: string): TatClass;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AName | string |