System.Rtti.TRttiObject.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TRttiObject();

Properties

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

Description

Frees an instance of TRttiObject and its associated resources.

Do not call Destroy directly. All RTTI objects are cleaned up by the RTTI context class that initially created them.

See Also