Data.DBXCommon.TDBXConnection.IsOpen
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXConnection |
Delphi
property IsOpen: Boolean read GetIsOpen;
C++
__property bool IsOpen = {read=GetIsOpen, nodefault};
Description
Indicates if connection open
This property is true if the connection is open and false otherwise.