DesignIntf.IDesignObject.GetIsComponent

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

Delphi

function GetIsComponent: Boolean;

C++

virtual bool __fastcall GetIsComponent() = 0 ;

プロパティ

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


説明

IDesignObject の現在のインスタンスがコンポーネントかどうかを、判断します。

これは、IDesignObject の現在のインスタンスが TComponent オブジェクトの場合に True を返します。

GetIsComponent は、IsComponent プロパティの取得メソッドです。

関連項目