Vcl.Grids.TCustomGrid.InvalidateGrid
Delphi
procedure InvalidateGrid; inline;
C++
void __fastcall InvalidateGrid(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
Tells Windows to repaint the grid after other important Windows messages are handled.
InvalidateGrid is used internally to ensure that the grid is repainted when its properties change. It calls the Invalidate method to indicate that the grid needs repainting.