Remove the TDBDataset instance from memory.
Source position: db.pas line 2174
| public destructor TDBDataset.destroy; override; | 
Destroy will disconnect the TDBDataset from its Database and Transaction. After this it calls the inherited destructor.
| 
 | Database this dataset is connected to. | |
| 
 | Base class for connecting a FreePascal application to an external Database engine. |