DesignIntf.IDesignObject.ClassType

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

Delphi

property ClassType: IClass read GetClassType;

C++

__property _di_IClass ClassType = {read=GetClassType};

プロパティ

種類 可視性 ソース ユニット
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignObject


説明

設計オブジェクトのクラスを判断します。

ClassType を使用すると、IDesignObject のクラスを表す、IClass インスタンスを取得することができます。

関連項目