RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.Refresh Method

Repaints the control on the screen.

Pascal
procedure Refresh;
C++
__fastcall Refresh();

Call Refresh method to repaint the control immediately. Refresh calls the Repaint method. Use the Refresh and Repaint methods interchangeably. 

 

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