[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataSet.Destroy

Free a TDataset instance

Declaration

Source position: db.pas line 1667

public destructor TDataSet.Destroy; override;

Description

Destroy removes a TDataset instance from memory. It closes the dataset if it was open, clears all internal structures and then calls he inherited destructor.

Errors

An exception may occur during the close operation, in that case, the dataset will not be removed from memory.

See also

TDataset.Close

  

Close the dataset

TDataset.Create

  

Create a new TDataset instance


Documentation generated on: May 14 2021