Table of Contents

TatProperty.UpdateObjectInfo Method

Used internally by the compiler. Resolves the class type of this property and loads it into ACurrentClass.

Remarks

When the property type is a class, UpdateObjectInfo retrieves the corresponding TatClass object. If the class is not yet registered, the scripter registers it automatically and loads its published properties. Returns True if the property is a class property.

Syntax

Unit: atScript

procedure TatProperty.UpdateObjectInfo(var ACurrentClass: TatClass);

Parameters

<-> Parameter Type Description
var ACurrentClass TatClass

See also