Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomAuthorizationAgent.FinishAuthorization Method

In This Article

Performs all routines required to properly terminate the current authorization session.

#Declaration

Delphi
procedure FinishAuthorization;

#Remarks

Call this procedure to safely disconnect a DevExpress data provider from an online account.

The RestartAuthorization procedure calls FinishAuthorization internally to terminate the current authorization session.

Note

The FinishAuthorization procedure raises the OnFinishAuthorization event only if the agent has successfully terminated the authorization session as a result. Calling this procedure has no effect if the IsAuthorized property returns False.

See Also