Table of Contents

TatVirtualMachine.SetInputArgIfByRef Method

Same as SetInputArg, with one difference: if the parameter is not passed by reference, nothing happens, while SetInputArg raises an exception. See SetInputArg for more information.

Syntax

Unit: atScript

procedure TatVirtualMachine.SetInputArgIfByRef(AIndex: Integer; const AValue: Variant);

Parameters

<-> Parameter Type Description
AIndex Integer
const AValue Variant

See also