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