RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.InvalidateCell Method

Invalidates the region occupied by a cell so that it will be repainted with the next Windows paint message.

Pascal
procedure InvalidateCell(ACol: Longint; ARow: Longint);
C++
__fastcall InvalidateCell(Longint ACol, Longint ARow);

Call InvalidateCell when the contents of a cell change so that the cell will need to be repainted. The ACol parameter is the column index of the cell, and the ARow parameter is the row index. 

 

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