TCodeTypeDeclaration.DefaultDestroy Method
Returns the default destructor, creating one if it does not exist.
Remarks
The default destructor calls inherited and has the override directive.
Syntax
Unit: Bcl.Code.MetaClasses
function TCodeTypeDeclaration.DefaultDestroy: TCodeMemberDestructor;