System.Rtti.TMethodImplementation.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMethodImplementation();

Properties

Type Visibility Source Unit Parent
destructor public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TMethodImplementation

Description

Frees the resources associated with this object.

Destroy frees the subobject that encapsulates the stub code used to jump to the handler of this TMethodImplementation.