Datasnap.DSTCPServerTransport.TDSTCPConnectEventObject.Connection
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 | TDSTCPConnectEventObject | 
Description
Specifies the underlying connection.
The Connection property specifies the underlying connection. The connection is generally an instance of TIdTCPConnection.