Previous Topic Next topic Print topic


METHODDEFAULT

Specifies the default parameter passing type for methods.

Syntax:

>>-.---.-.----.--METHODDEFAULT--"pass-type"------><
   +-/-+ 

Parameters:

pass-type
REFERENCE
By default parameters are by reference.
VALUE
By default parameters are by value.

Properties:

Default: METHODDEFAULT(REFERENCE)
Phase: Check
$SET: Initial
Previous Topic Next topic Print topic