Datasnap.DSCommonServer.TDSEventObject.ServerConnectionHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerConnectionHandler: TDSServerConnectionHandler read FServerConnectionHandler;

C++

__property TDSServerConnectionHandler* ServerConnectionHandler = {read=FServerConnectionHandler};

Properties

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

Description

Obtains a reference to the DataSnap server connection handler.

Read the ServerConnectionHandler property to obtain a reference to the DataSnap server connection handler.

See Also