GetPBAnyGlobalVar

PowerBuilder Native Interface

IPB_Session interface:

GetPBAnyGlobalVar method

Description

Obtains the value of a global variable of type Any.

Syntax

GetPBAnyGlobalVar( pbfieldID fid, pbboolean& isNull )

Argument

Description

fid

The field ID of the variable

isNull

Indicates whether the variable is null

Return Values

IPB_Value*.

Usage

See GetPBAnyField.

See Also