Remove the TCustomconnection instance from memory.
Source position: db.pas line 2263
public destructor TCustomConnection.Destroy; override; |
Destroy closes the connection, and then calls the inherited destructor.
If an exception is raised during the disconnect process, an exception will be raise, and the instance is not removed from memory.
|
Close the connection. |