Datasnap.DSAuth.TDSCustomAuthenticationManager.GetOnUserAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnUserAuthenticate: TDSAuthenticationEvent;

C++

TDSAuthenticationEvent __fastcall GetOnUserAuthenticate();

Properties

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

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