Difference between revisions of "RPC HELP TRPCBroker LogIn"
From VistApedia
(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...") |
|||
Line 1: | Line 1: | ||
<h2>LogIn Property</h2> | <h2>LogIn Property</h2> | ||
− | Example | + | [[RPC_Broker_Silent_Login_Example|Example]] |
− | |||
− | |||
− | |||
− | + | <h3>Applies to</h3> | |
− | + | [[RPC_HELP_TRPCBroker|TRPCBroker]] component | |
+ | <h3>Declaration</h3> | ||
+ | property LogIn: [[RPC_HELP_TVistaLogin|TVistaLogin]]; | ||
− | + | <h3>Description</h3> | |
− | + | 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
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.