Vcl.Grids.TCustomGrid.InvalidateGrid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateGrid; inline;

C++

void __fastcall InvalidateGrid();

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.

See Also