Table of Contents

TatRoutineInfo.IsByRefArg Method

Returns True if the n-th input parameter of the routine is declared as passed by reference.

Remarks

n is zero-based; use 0 for the first parameter. See SetVarArgs for more information.

Syntax

Unit: atScript

function TatRoutineInfo.IsByRefArg(n: Byte): Boolean;

Parameters

<-> Parameter Type Description
n Byte

See also