DesignIntf.IDesignObject.ClassName

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

Delphi

property ClassName: string read GetClassName;

C++

__property System::UnicodeString ClassName = {read=GetClassName};

プロパティ

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


説明

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

ClassName を使用すると、IDesignObject のクラスの名前を表す、文字列を取得することができます。

関連項目