Datasnap.DSAuth.TDSCustomAuthenticationManager.HasUserAuthenticateEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function HasUserAuthenticateEvent: boolean; virtual;

C++

virtual bool __fastcall HasUserAuthenticateEvent(void);

Eigenschaften

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

Beschreibung

Gibt True zurück, wenn ein OnUserAuthenticate-Ereignis angegeben wurde.

Siehe auch

OnUserAuthenticate