Datasnap.DSCommonServer.TDSErrorEventObject

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSCommonServer.TDSEventObjectSystem.TObjectTDSErrorEventObject
[–] 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