Datasnap.DSTCPServerTransport.TDSTCPChannel.IsConnectionLost
Delphi
function IsConnectionLost: Boolean; override;
C++
virtual bool __fastcall IsConnectionLost();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Datasnap.DSTCPServerTransport.pas Datasnap.DSTCPServerTransport.hpp |
Datasnap.DSTCPServerTransport | TDSTCPChannel |
Description
Returns whether the connection is lost or not.
The IsConnectionLost method returns True if the connection is lost, False otherwise.