Table of Contents

TatClass.AddDelphiObjectProp Method

Declare the object specified by AObject as a property in the class, accessible through the name AName. You can then access AObject instance from script as if it was a property of another object.

Syntax

Unit: atScript

procedure TatClass.AddDelphiObjectProp(AName: string; AObject: TObject);

Parameters

<-> Parameter Type Description
AName string
AObject TObject

See also