Data.DBXJSON.TDBXCallback.IsConnectionLost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSON.pas
Data.DBXJSON.hpp
Unit: Data.DBXJSON
Parent: TDBXCallback

Delphi

function IsConnectionLost: Boolean; virtual;

C++

virtual bool __fastcall IsConnectionLost();

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