TatProperties Class
Holds the list of TatProperty objects which are the registered properties for the class.
Syntax
Unit: atScript
TatProperties = class(TCollection);
Methods
| Name | Description |
|---|---|
| AddByRTTI | Registers a new property using RTTI info for the property. You don't need to call this method because the scripter already registers all published properties automatically using AddByRTTI, so will rarely need to use it. |
| ClassPropertyByName | Returns the TatProperty object associated with the class property specified by AName. |
| IndexOf | Returns the index of the TatProperty object associated with the property specified by AName. |
| PropertyByName | Returns the TatProperty object associated with the property specified by AName. |