TatClass.ClassPropertyByName Method
Returns the TatProperty object associated with the class property specified by AName. If such property doesn't exist, ClassPropertyByName returns nil.
Syntax
Unit: atScript
function TatClass.ClassPropertyByName(AName: string): TatProperty;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AName | string |