Difference between revisions of "RPC HELP TVCEdit ChangeVerify"

From VistApedia
Jump to: navigation, search
(Created page with " RPC Broker Help Home <h2>ChangeVerify Function</h2> The ChangeVerify function can be used to provide the user with the ability to change his/her Verify co...")
 
 
Line 3: Line 3:
 
The ChangeVerify function can be used to provide the user with the ability to change his/her Verify code.
 
The ChangeVerify function can be used to provide the user with the ability to change his/her Verify code.
 
 
 +
<h3>Declaration</h3>
 
     function ChangeVerify(RPCBroker: TRPCBroker): Boolean;
 
     function ChangeVerify(RPCBroker: TRPCBroker): Boolean;
 
 
 
 
<h3>Argument:</h3>
 
<h3>Argument:</h3>
'''RPCBroker''' -- The Broker instance for the account on which the Verify code is to be changed.
+
* '''RPCBroker''' -- The Broker instance for the account on which the Verify code is to be changed.
 
 
 
 
<h3>Result:</h3>
 
<h3>Result:</h3>
 
The return value indicates whether the user changed their Verify code (True) or not (False).
 
The return value indicates whether the user changed their Verify code (True) or not (False).

Latest revision as of 18:49, 8 July 2015

RPC Broker Help Home

ChangeVerify Function

The ChangeVerify function can be used to provide the user with the ability to change his/her Verify code.

Declaration

   function ChangeVerify(RPCBroker: TRPCBroker): Boolean;

Argument:

  • RPCBroker -- The Broker instance for the account on which the Verify code is to be changed.

Result:

The return value indicates whether the user changed their Verify code (True) or not (False).