System.TInterfacedClass

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

Delphi

TInterfacedClass = class of TInterfacedObject;

C++

typedef System::TMetaClass* TInterfacedClass;

プロパティ

種類 可視性 ソース ユニット
classref
typedef
public
System.pas
System.hpp
System System

説明

TInterfacedClassTInterfacedObject のメタクラスです。

TInterfacedClass は、TInterfacedObject のメタクラスです。その値は、TInterfacedObject またはその下位クラスへのクラス参照です。

関連項目