Skip to main content

TdxCustomAuthorizationAgent Class

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

Declaration

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