Data.DBXJSON.TDBXCallbackDelegate.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: TDBXCallbackDelegate

Delphi

function IsConnectionLost: Boolean; override;

C++

virtual bool __fastcall IsConnectionLost();

Description

Specifies whether the connection is lost or not.

Data.DBXJSON.TDBXCallbackDelegate.IsConnectionLost inherits from Data.DBXJSON.TDBXCallback.IsConnectionLost. All content below this line refers to Data.DBXJSON.TDBXCallback.IsConnectionLost.

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