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

TField.Destroy

Destroy the TField instance

Declaration

Source position: db.pas line 377

public destructor TField.Destroy; override;

Description

Destroy cleans up any structures set up by the field instance, and then calls the inherited destructor. There should be no need to call this method under normal circumstances: the dataset instance will free any TField instances it has created when the dataset was opened.

See also

TDataset.Close

  

Close the dataset


Documentation generated on: Nov 14 2015