Data.DBXTransport.TDbxChannel.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.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDbxChannel

Description

Flag indicating whether the connection still exists.

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