Datasnap.DSAuth.TDSCustomAuthenticationManager.GetOnUserAuthenticate

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 GetOnUserAuthenticate: TDSAuthenticationEvent;

C++

TDSAuthenticationEvent __fastcall GetOnUserAuthenticate();

Description

Returns the OnUserAuthenticate event, if one is assigned.

The GetOnUserAuthenticate method is used to return the OnUserAuthenticate event, if one is assigned.

See Also