IPB_Session interface:
PopLocalFrame method
Description
Pops the current local reference frame from the current native
method stack frame, removing all local references to the objects
added in that local frame. All the pbobject, pbstring,
and pbdecimal variables created by calling NewDecimal, NewObject,
or NewString in the current frame
are destroyed automatically.
Syntax
PopLocalFrame()
Return Values
None.
See Also