System.Rtti.TVirtualMethodInterceptor.ProxyClass

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ProxyClass: TClass read FProxyClass;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TVirtualMethodInterceptor

説明

これは、オリジナル クラスの参照の、動的に作成された子孫です。

オリジナル クラスの参照は、TVirtualMethodInterceptor インスタンスのコンストラクタに渡されます。 Proxify メソッドは、オリジナル クラスからこのプロキシ クラスへと、インスタンスのデータ開始時に、クラス参照を動的に変更します。

関連項目