RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.InvalidateRow Method

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

Pascal
procedure InvalidateRow(ARow: Longint);
C++
__fastcall InvalidateRow(Longint ARow);

Call InvalidateRow when a row changes so that the area it occupies will need to be repainted. The ARow parameter is the row index. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!