Datasnap.DSCommonServer.TDSServerConnectionHandler.AuthenticateEventObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthenticateEventObject: TDSAuthenticateEventObject read FAuthenticateEventObject write FAuthenticateEventObject;

C++

__property TDSAuthenticateEventObject* AuthenticateEventObject = {read=FAuthenticateEventObject, write=FAuthenticateEventObject};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerConnectionHandler

Description

Event object provided before a user is authenticated.

AuthenticateEventObject is the event object used before a user is authenticated, during the time the client is connected to the server.

See Also