Data.DB.TFieldDef.Destroy
[–] Properties | |
---|---|
Type: destructor | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFieldDef |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TFieldDef();
Description
Destroys the TFieldDef instance and frees its memory.
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.