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 Class

The base class for all classes that implement components that authorize DevExpress products in online accounts.

#Declaration

Delphi
TdxCustomAuthorizationAgent = class abstract(TComponent)

#Remarks

This class implements the functionality common to all authorization agent components, such as account connection management and the capability to obtain authentication and authorization errors. The TdxCustomAuthorizationAgent class provides the following members that allow you to:

You do not need to create instances of the TdxCustomAuthorizationAgent class. Use its descendants instead.

#Inheritance

TObject
TPersistent
TComponent
TdxCustomAuthorizationAgent
See Also