Datasnap.DSCommonServer.TDSConnectEventObject

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSCommonServer.TDSEventObjectSystem.TObjectTDSConnectEventObject

Delphi

TDSConnectEventObject = class(TDSEventObject)

C++

class PASCALIMPLEMENTATION TDSConnectEventObject : public TDSEventObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer Datasnap.DSCommonServer

Description

Event representing an exception raised during execution of server method.

TDSConnectEventObject represents the event of an exception being raised during execution of a server method.

See Also