Vcl.Grids.TCustomGrid.InvalidateEditor
Delphi
procedure InvalidateEditor;
C++
void __fastcall InvalidateEditor(void);
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.