Datasnap.DSAuth.TDSCustomAuthenticationManager.GetOnUserAuthorize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnUserAuthorize: TDSAuthorizationEvent;

C++

TDSAuthorizationEvent __fastcall GetOnUserAuthorize();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomAuthenticationManager

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