Datasnap.DSTCPServerTransport.TDSTCPConnectEventObject.Connection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPConnectEventObject

Delphi

property Connection: TObject read FConnection;

C++

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

Description

Specifies the underlying connection.

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