Data.DBXJSON.TDBXCallback.ConnectionLost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionLost: Boolean read IsConnectionLost;

C++

__property bool ConnectionLost = {read=IsConnectionLost, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TDBXCallback

Description

Flag for the existing connection.

ConnectionLost is a read-only property that specifies whether a connection is lost or not. The property is set to False if there is a connection and to True if the connection is lost.

See Also