Table of Contents

TatVirtualMachine.GetInputArgAsWideString Method

Returns the value of the parameter passed to the Delphi method being executed, as a wide string value. See GetInputArg for more info.

Syntax

Unit: atScript

function TatVirtualMachine.GetInputArgAsWideString(AIndex: Integer): WideString;

Parameters

<-> Parameter Type Description
AIndex Integer

See also