System.TInterfacedClass
Delphi
TInterfacedClass = class of TInterfacedObject;
C++
typedef System::TMetaClass* TInterfacedClass;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| classref typedef | public | System.pas System.hpp | System | System | 
説明
TInterfacedClass は TInterfacedObject のメタクラスです。
TInterfacedClass は、TInterfacedObject のメタクラスです。その値は、TInterfacedObject またはその下位クラスへのクラス参照です。