DesignIntf.IDesigner60.GetRoot

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

Delphi

function GetRoot: TComponent;

C++

virtual System::Classes::TComponent* __fastcall GetRoot() = 0 ;

プロパティ

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

説明

フォームデザイナにより編集中のエンティティを返します。

GetRoot は,Root プロパティの読み出し専用の実装です。これは,フォームデザイナが操作中のオブジェクトを返します。

関連項目