RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDef.Destroy Destructor

Destroys the TFieldDef instance and frees its memory.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TFieldDef();

Destroy calls the inherited Destroy method, and then frees and child field definition objects. 

An application will seldom need to destroy a TFieldDef object using this method. Instead, call the Free method, inherited from TObject. 

 

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