[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destroys the instance of the connection.
Source position: sqldb.pp line 232
public destructor TSQLConnection.Destroy; override; |
Destroy removes the connection from memory. When a connection is removed, all datasets are closed, and all transactions too.