Table of Contents

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.

Properties

Name Description
atClass Provides a reference to the TatClass object in which this property collection is registered.
Items[i] Provides indexed access to the TatProperty objects in the collection.