DesignIntf.IDesignObject.ComponentName

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

Delphi

property ComponentName: string read GetComponentName;

C++

__property System::UnicodeString ComponentName = {read=GetComponentName};

プロパティ

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


説明

設計オブジェクトがコンポーネントの場合に、その設計オブジェクトの名前を判断します。

ComponentName を使用すると、設計オブジェクトがコンポーネントの場合に、その設計オブジェクトの名前を表す文字列を取得することができます。

関連項目