API:Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthorize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUserAuthorize: TDSAuthorizationEvent read GetOnUserAuthorize write FOnUserAuthorize;

C++

__property OnUserAuthorize;

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSAuthenticationManager

Description

Event for performing user authorization.

Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthorize inherits from Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthorize. All content below this line refers to Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthorize.

Event for performing user authorization.

OnUserAuthorize manages an event for performing user authorization. The event is of type TDSAuthorizationEvent and is invoked whenever a user attempts to invoke a server method.

See Also