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

Create(TdxCustomAuthorizationAgent) Constructor

Creates a new user information provider for the specified authorization agent component.

#Declaration

Delphi
constructor Create(AAuthorizationAgent: TdxCustomAuthorizationAgent);

#Parameters

Name Type Description
AAuthorizationAgent TdxCustomAuthorizationAgent

The target authorization agent component (a terminal TdxCustomAuthorizationAgent class descendant instance).

The AAuthorizationAgent parameter value initializes the AuthorizationAgent property of the created user information provider.

#Remarks

Tip

We recommend that you call the GetUserInfo class function instead of this constructor to create a compatible user information provider for the target authorization agent component.

See Also