Datasnap.DSTCPServerTransport.TDSTCPChannel.IsConnectionLost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPChannel

Delphi

function IsConnectionLost: Boolean; override;

C++

virtual bool __fastcall IsConnectionLost();

Description

Returns whether the connection is lost or not.

The IsConnectionLost method returns True if the connection is lost, False otherwise.

See Also