RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.InvalidateCol Method

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

Pascal
procedure InvalidateCol(ACol: Longint);
C++
__fastcall InvalidateCol(Longint ACol);

Call InvalidateCol when a column changes so that the area it occupies will need to be repainted. The ACol parameter is the column index. 

 

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