Vcl.Grids.TCustomGrid.InvalidateEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateEditor;

C++

void __fastcall InvalidateEditor();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Causes the inplace editor to repaint itself, moving to a new location if necessary.

InvalidateEditor is called when the selected cell changes while the grid is in edit mode.

See Also