Data.DB.TFields.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFields

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TFields();

Description

Destroys an instance of TFields.

Most applications do not explicitly free a TFields object. TFields instances are freed by the dataset or object field that uses them.

Destroy frees the memory used to store the list of fields, including the field components themselves.

See Also