Datasnap.DSCommonServer.TDSErrorEventObject

From RAD Studio API Documentation

TDSErrorEventObjectDatasnap.DSCommonServer.TDSEventObjectSystem.TObject
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: Datasnap.DSCommonServer

Delphi

TDSErrorEventObject = class(TDSEventObject)

C++

class PASCALIMPLEMENTATION TDSErrorEventObject : public TDSEventObject

Description

Event before client connects to server.

TDSConnectEventObject represents the event before a client connects to the server.

See Also