Table of Contents

TatVirtualMachine.SetInputArgValue Method

Same as SetInputArg, but receives a TValue record instead a variant.

Syntax

Unit: atScript

procedure TatVirtualMachine.SetInputArgValue(AIndex: Integer; const AValue: TValue);

Parameters

<-> Parameter Type Description
AIndex Integer
const AValue TValue

See also