IPB_Session interface:
GetPBAnySharedVar method
Description
Obtains the value of a shared variable of type Any.
Syntax
GetPBAnySharedVar( pbgroup group, pbfieldID fid, pbboolean& isNull )
Argument
|
Description
|
group
|
The group to which the variable belongs
|
fid
|
The field ID of the variable
|
isNull
|
Indicates whether the variable is null
|
Return Values
IPB_Value*.
Usage
See GetPBAnyField.
See Also