Table of Contents

TatVirtualMachine.GetInputArgAsClass Method

Returns the value of the parameter passed to the Delphi method currently being executed, as a TClass reference.

Remarks

The parameter is indexed by AIndex; the first parameter has index 0. Use this when the corresponding script argument is expected to be a class reference. See GetInputArg for more information.

Syntax

Unit: atScript

function TatVirtualMachine.GetInputArgAsClass(AIndex: Integer): TClass;

Parameters

<-> Parameter Type Description
AIndex Integer

See also