System.Rtti.TVirtualMethodInterceptor.Create
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 の新しいインスタンスは、アクセスされる基底クラスそれぞれに対して作成されなければなりません。