Datasnap.DSAuth.TDSCustomAuthenticationManager.GetOnUserAuthenticate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetOnUserAuthenticate: TDSAuthenticationEvent;

C++

TDSAuthenticationEvent __fastcall GetOnUserAuthenticate();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomAuthenticationManager

Beschreibung

Gibt das OnUserAuthenticate-Ereignis zurück, sofern ein zugewiesen wird.

Die Methode GetOnUserAuthenticate wird verwendet, um das OnUserAuthenticate-Ereignis zurückzugeben, sofern ein zugewiesen wird.

Siehe auch

OnUserAuthenticate