RPC HELP TRPCBroker CurrentContext: Difference between revisions

From VistApedia
Jump to navigationJump to search
Created page with "<h2>CurrentContext Property (read-only)</h2> Example <h3>Applies to</h3> TRPCBroker component <h..."
 
No edit summary
 
Line 1: Line 1:
<h2>CurrentContext Property (read-only)</h2>
<h2>CurrentContext Property (read-only)</h2>
 
[[RPC_Broker_Silent_Login_Example|Example]]
[[RPC_HELP_TRPCBroker_CurrentContext_Example|Example]]


<h3>Applies to</h3>
<h3>Applies to</h3>

Latest revision as of 17:13, 4 July 2015

CurrentContext Property (read-only)

Example

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.