DesignIntf.ISelectionEditorList.Items

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

Delphi

property Items[Index: Integer]: ISelectionEditor read Get; default;

C++

__property _di_ISelectionEditor Items[int Index] = {read=Get/*, default*/};

プロパティ

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

説明

選択エディタの項目を表します。

このプロパティを使用すると、Index で指定される ISelectionEditor を取得することができます。

関連項目