TdxCustomAuthorizationAgent.StartAuthorization Method
In This Article
Performs all routines required to authorize the agent in an online account.
#Declaration
Delphi
procedure StartAuthorization;
#Remarks
Call this procedure to attempt to authorize the agent in an online account with the current settings. Successful authorization results in connecting the associated DevExpress data provider to the account. If the authorization attempt is unsuccessful, the StartAuthorization procedure raises the OnError event.
The RestartAuthorization procedure calls StartAuthorization internally to attempt to begin a new authentication session.
Note
The Start
See Also