System.Rtti.TVirtualMethodInterceptor.Create

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

Delphi

constructor Create(AClass: TClass);

C++

__fastcall TVirtualMethodInterceptor(System::TClass AClass);

プロパティ

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

説明

TVirtualMethodInterceptor クラスのインスタンスを作成します。

AClass は、実行に新しい子孫を動的に作成するクラスです。TVirtualMethodInterceptor の新しいインスタンスは、アクセスされる基底クラスそれぞれに対して作成されなければなりません。