[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Free a TDataset instance
Source position: db.pas line 1612
public destructor TDataSet.Destroy; override; |
Destroy removes a TDataset instance from memory. It closes the dataset if it was open, clears all internal sructures and then calls he inherited destructor.
An exception may occur during the close operation, in that case, the dataset will not be removed from memory.
|
Close the dataset |
|
|
Create a new TDataset instance |