Vcl.Grids.TCustomGrid.EditorMode

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

Delphi

property EditorMode: Boolean read FEditorMode write SetEditorMode;

C++

__property bool EditorMode = {read=FEditorMode, write=SetEditorMode, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

現在のセルを編集できるかどうかを指定します。

EditorMode プロパティを実行時に true に設定すると,グリッドが編集モードに設定されます。EditorMode が true のときには,グリッド内のセルを編集できます。F2 キーが押されると,EditorMode プロパティは true に設定されます。Enter キーが押されると,EditorMode プロパティの値は true と false との間で交互に切り替わります。

メモ:  Options プロパティに goEditing が含まれていない場合,または goAlwaysShowEnter が含まれている場合,EditorMode プロパティは無効となります。

関連項目