System.Rtti.TVirtualMethodInterceptor.ProxyClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyClass: TClass read FProxyClass;

C++

__property System::TClass ProxyClass = {read=FProxyClass};

Properties

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

Description

This is the dynamically created descendant of the original class reference.

The original class reference is passed to the constructor of the TVirtualMethodInterceptor instance. The Proxify method dynamically changes the class reference at the start of the instance's data from the original class to this proxy class.

See Also