Datasnap.DSTCPServerTransport.TDSTCPChannel.IsConnectionLost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsConnectionLost: Boolean; override;

C++

virtual bool __fastcall IsConnectionLost(void);

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.

See Also