Data.DBXJSON.TDBXCallback.IsConnectionLost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsConnectionLost: Boolean; virtual;

C++

virtual bool __fastcall IsConnectionLost();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TDBXCallback

Description

Specifies whether the connection is lost or not.

IsConnectionLost is used to specify whether there is an open connection between server and client or not. The method returns False if there is a connection and True if the connection is lost. This is a virtual method; override it to change its behavior.

See Also