Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthorize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUserAuthorize: TDSAuthorizationEvent read GetOnUserAuthorize  write FOnUserAuthorize;

C++

__property TDSAuthorizationEvent OnUserAuthorize = {read=GetOnUserAuthorize, write=FOnUserAuthorize};

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomAuthenticationManager

Description

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