IsSharedVarObject

PowerBuilder Native Interface

IPB_Session interface:

IsSharedVarObject method

Description

Returns true if the shared variable contains an object; otherwise it returns false.

Syntax

IsSharedVarObject(pbgroup group, pbfield fid)

Argument

Description

group

The group whose shared variable is to be accessed

fid

The field ID of the shared variable

Return Values

pbboolean.

See Also