DesignIntf.IDesignObject.IsComponent

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

Delphi

property IsComponent: Boolean read GetIsComponent;

C++

__property bool IsComponent = {read=GetIsComponent};

プロパティ

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


説明

現在の設計オブジェクト(IDesignObject)がコンポーネントを表すかどうかを、判断します。

関連項目