Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthorize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSCustomAuthenticationManager

Delphi

property OnUserAuthorize: TDSAuthorizationEvent read GetOnUserAuthorize  write FOnUserAuthorize;

C++

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

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