DesignIntf.ISelectionEditorList.Get

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

Delphi

function Get(Index: Integer): ISelectionEditor;

C++

virtual _di_ISelectionEditor __fastcall Get(int Index) = 0 ;

プロパティ

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

説明

Index で指定される選択エディタを返します。

関連項目