Datasnap.DSTCPServerTransport.TDSTCPDisconnectEventObject.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TObject read FConnection;

C++

__property System::TObject* Connection = {read=FConnection};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPDisconnectEventObject

Description

Specifies the underlying connection.

The Connection property specifies the underlying connection. The connection is generally an instance of TIdTCPConnection.