Table of Contents

TatVirtualMachine.GetInputArgAsObject Method

Returns the value of the parameter passed to the Delphi method being executed, as an object value. See GetInputArg for more info.

Syntax

Unit: atScript

function TatVirtualMachine.GetInputArgAsObject(AIndex: Integer): TObject;

Parameters

<-> Parameter Type Description
AIndex Integer

See also