Repaints the entire object area.
Object.Refresh()
The Refresh method syntax has the following parts:
Name |
Type |
Description |
Object |
An object |
A control or AForm object |
This method applies only to objects which can be visible at run time.
The following example will force repaint of the ACheckBox on the screen:
chk1.Refresh()
Applies to all visible controls and the AForm.