TatObject Class
Holds information about an object instance that is being accessible from scripts in a "default" way (methods and properties are directly accessed).
Syntax
Unit: atScript
TatObject = class(TCollectionItem);
Properties
| Name | Description |
|---|---|
| atClass | Contains a reference to the TatClass object holding information about the class of the object, its methods and properties than can be accessed in a default way. |
| Instance | Holds the instance of the object that can be accessed from script. |
| Name | Holds the name by which the object can be accessed from script. |