System.Rtti.TVirtualMethodInterceptor.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TVirtualMethodInterceptor();

Properties

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

Description

The destructor of the class.

Do not call Destroy directly. Rather, call the Free method which will call Destroy.