RPC HELP TRPCBroker CurrentContext
From VistApedia
CurrentContext Property (read-only)
Applies to
TRPCBroker component
Declaration
property CurrentContext: String;
Description
The CurrentContext property is available at run-time only. This read-only property provides the current context. Developers can save off the current context into a local variable, set a new context, and then restore the original context from the local variable before finishing. This permits the application to use the CreateContext method with an additional context when an initial context has already been established.