System.Rtti.TRttiMethod.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TRttiMethod();

Properties

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

Description

Frees the resources associated with this object.

Destroy frees the resources (memory) associated with this object.