RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFields.Destroy Destructor

Destroys an instance of TFields.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!