Table of Contents

TatMethod.IsByRefArg Method

Returns True if the n-th input parameter of the method 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 TatMethod.IsByRefArg(n: Byte): Boolean;

Parameters

<-> Parameter Type Description
n Byte

See also