Datasnap.DSAuth.TDSCustomAuthenticationManager.GetOnUserAuthorize

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetOnUserAuthorize: TDSAuthorizationEvent;

C++

TDSAuthorizationEvent __fastcall GetOnUserAuthorize();

Description

Returns the OnUserAuthorize event, if one is assigned.

The GetOnUserAuthorize method is used to return the OnUserAuthorize event, if one is assigned.

See Also