Destroys the TABSAdvFieldDef instance and frees its memory.
destructor Destroy; override;
Description
Destroy calls the inherited Destroy method, and then frees and child field definition objects.
An application will seldom need to destroy a TABSAdvFieldDef object using this method. Instead, call the Free method, inherited from TObject.
|