DesignIntf.IDesignerSelections.DesignObjects

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

Delphi

property DesignObjects[Index: Integer]: IDesignObject read GetDesignObject;

C++

__property _di_IDesignObject DesignObjects[int Index] = {read=GetDesignObject};

プロパティ

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


説明

フォーム デザイナ上で、選択されたオブジェクトのリストから、Index によって指定される設計オブジェクトを返します。

関連項目