RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.Repaint Method

Repaints the entire control.

Pascal
procedure Repaint; override;
C++
virtual __fastcall Repaint();

Call Repaint to repaint the control. 

As implemented in TWinControl, Repaint calls the Invalidate method and then the Update method to repaint the control. 

 

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