Table of Contents

TatVirtualMachine.GetInputArgAsInt64 Method

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

Syntax

Unit: atScript

function TatVirtualMachine.GetInputArgAsInt64(AIndex: Integer): Int64;

Parameters

<-> Parameter Type Description
AIndex Integer

See also