[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Remove the TCustomconnection instance from memory
Source position: db.pas line 1972
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 |