Data.DB.TFields.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TFields();

Properties

Type Visibility Source Unit Parent
destructor public
Data.DB.pas
Data.DB.hpp
Data.DB 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