TdxCustomAuthorizationAgent Members
The base class for all classes that implement components that authorize DevExpress products in online accounts.Constructors
Name | Description |
---|---|
Create(TComponent) | Inherited from TComponent. |
Properties
Name | Description |
---|---|
ComObject | Inherited from TComponent. |
ComponentCount | Inherited from TComponent. |
ComponentIndex | Inherited from TComponent. |
Components | Inherited from TComponent. |
ComponentState | Inherited from TComponent. |
ComponentStyle | Inherited from TComponent. |
DesignInfo | Inherited from TComponent. |
IsAuthorized | Identifies if the agent is successfully authorized in an online account. |
Name | Inherited from TComponent. |
Observers | Inherited from TComponent. |
Owner | Inherited from TComponent. |
Tag | Inherited from TComponent. |
UserAgent | Specifies the authorization agent’s user agent string. |
VCLComObject | Inherited from TComponent. |
Methods
Events
Name | Description |
---|---|
OnError | Notifies of an error occurring in the authorization agent. |
OnFinishAuthorization | Notifies of a successful termination of the current authorization session. |
OnStartAuthorization | Notifies of a successful start of the authorization session. |
Constants
Name | Description |
---|---|
DefaultUserAgent | Specifies the default user agent string for the authorization agent. |
See Also