Vcl.Grids.TCustomGrid.ShowEditor

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

Delphi

procedure ShowEditor;

C++

void __fastcall ShowEditor();

プロパティ

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

説明

グリッドが編集モードに入ったときインプレースエディタを表示します。

グリッドコントロールは,グリッドが編集モードに入ったとき ShowEditor メソッドを呼び出します。ShowEditor は,現在選択されているセルの上にインプレースエディタのウィンドウを表示します。まだインプレースエディタが存在しないときは ShowEditor が作成します。

関連項目