| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Destroy a TCustomSQLStatement instance.
Source position: sqldb.pp line 422
| public destructor TCustomSQLStatement.Destroy; override; | 
Destroy disconnects the TCustomSQLStatement instance from the transaction and database, and then frees the memory taken by the instance and its properties.
| 
 | Database instance to execute statement on. | |
| 
 | The transaction in which the SQL statement should be executed. |