TatMethods Class
Holds the list of TatMethod objects which are the registered method for the class.
Syntax
Unit: atScript
TatMethods = class(TCollection);
Methods
| Name | Description |
|---|---|
| ClassMethodByName | Returns the TatMethod object associated with the class method specified by AName. |
| IndexOf | Returns the index of the TatMethod object associated with the method specified by AName. |
| MethodByName | Returns the TatMethod object associated with the method specified by AName. |