PushLocalFrame

PowerBuilder Native Interface

IPB_Session interface:

PushLocalFrame method

Description

Pushes a local reference frame onto the current native method stack frame. A local frame is analogous to a scope in C++.

Syntax

PushLocalFrame()

Return Values

None.

See Also