IForeSubParam.IsVar

Syntax

IsVar: Boolean;

Description

The IsVar property returns the method of sending parameter.

Comments

The property returns True if the parameter is sent by a link, and False if the parameter is sent by a value.

Example

The example of use is given in description of the IForeSubParams.Item property.

See also:

IForeSubParam