Vcl.Grids.TCustomGrid.InvalidateEditor

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

Delphi

procedure InvalidateEditor;

C++

void __fastcall InvalidateEditor();

プロパティ

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

説明

インプレースエディタが自分を再描画し,必要であれば新しい場所に移動するようにします。

InvalidateEditor メソッドは,グリッドが編集モードにある間,選択されたセルが変化したときに呼び出されます。

関連項目