TatMethod.UpdateObjectInfo Method
Used internally by the compiler. Resolves the class type of this method's return value and loads it into ACurrentClass.
Remarks
When the return 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 method return type is a class.
Syntax
Unit: atScript
procedure TatMethod.UpdateObjectInfo(var ACurrentClass: TatClass);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| var | ACurrentClass | TatClass |