Data.DBXTransport.TDbxChannel.ConnectionLost
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TDbxChannel |
Delphi
property ConnectionLost: Boolean read IsConnectionLost;
C++
__property bool ConnectionLost = {read=IsConnectionLost, nodefault};
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.