|
RAD Studio VCL Reference
|
Invalidates the region occupied by a cell so that it will be repainted with the next Windows paint message.
procedure InvalidateCell(ACol: Longint; ARow: Longint);
__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!
|