Datasnap.DSAuth.TDSCustomAuthenticationManager.HasUserAuthenticateEvent

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 HasUserAuthenticateEvent: boolean; virtual;

C++

virtual bool __fastcall HasUserAuthenticateEvent();

Description

Returns True if an OnUserAuthenticate event has been specified.

See Also