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