RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.InvalidateGrid Method

Tells Windows to repaint the grid after other important Windows messages are handled.

Pascal
procedure InvalidateGrid;
C++
__fastcall InvalidateGrid();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!