RPC HELP TRPCBroker LogIn: Difference between revisions

From VistApedia
Jump to navigationJump to search
Created page with "<h2>LogIn Property</h2> Example Applies to TRPCBroker component Declaration property LogIn: TVistaLogin; Description The LogIn property is available at run-time onl..."
 
No edit summary
 
Line 1: Line 1:
<h2>LogIn Property</h2>
<h2>LogIn Property</h2>
Example
[[RPC_Broker_Silent_Login_Example|Example]]
Applies to
TRPCBroker component


Declaration
<h3>Applies to</h3>
property LogIn: TVistaLogin;
    [[RPC_HELP_TRPCBroker|TRPCBroker]] component
<h3>Declaration</h3>
    property LogIn: [[RPC_HELP_TVistaLogin|TVistaLogin]];


Description
<h3>Description</h3>
The LogIn property is available at run-time only. It holds parameters that the application needs to pass for Silent Login. The instance of the TVistaLogin used for this property is created automatically during the creation of the TRPCBroker object and is therefore available for reference as a TRPCBroker property without any user setup.
The '''LogIn''' property is available at run-time only. It holds parameters that the application needs to pass for [[RPC_HELP_Silent_Login|Silent Login]]. The instance of the [[RPC_HELP_TVistaLogin|TVistaLogin]] used for this property is created automatically during the creation of the [[RPC_HELP_TRPCBroker|TRPCBroker]] object and is therefore available for reference as a TRPCBroker property without any user setup.

Latest revision as of 17:33, 4 July 2015

LogIn Property

Example

Applies to

   TRPCBroker component

Declaration

   property LogIn: TVistaLogin;

Description

The LogIn property is available at run-time only. It holds parameters that the application needs to pass for Silent Login. The instance of the TVistaLogin used for this property is created automatically during the creation of the TRPCBroker object and is therefore available for reference as a TRPCBroker property without any user setup.