TatClasses Class
A collection of TatClass objects representing all Delphi classes registered in the scripter system.
Remarks
Each registered class includes its methods and properties. Once a Delphi class is registered, the scripter can interact with it from scripts.
Syntax
Unit: atScript
TatClasses = class(TCollection);
Methods
| Name | Description |
|---|---|
| ClassByName | Returns the TatClass object corresponding to the class which name is specified by AName. If the class is not found, ClassByName returns nil. |
| IndexOf | Returns the index of a class which name is specified by AName. If the class is not found, IndexOf returns -1. |
| TestCheckLoaded | Use by internal methods only. Do not call directly. |
Properties
| Name | Description |
|---|---|
| Items[i] | Provides indexed access to the TatClass objects in the collection. |