Is the connection established or not.
Source position: db.pas line 2268
|  published property TCustomConnection.Connected : Boolean | 
Connected is True if the connection to the server is established, False if it is disconnected. The property can be set to True to establish a connection (equivalent to calling TCustomConnection.Open, or to False to break it (equivalent to calling TCustomConnection.Close.
| 
 | Makes the connection to the server. | |
| 
 | Close the connection. |