Description: | Forces a repainting of the control on the screen. Painting of controls in Windows normally happens asynchronously. Therefore, when you update a property, such as the Caption property, within a PERFORM loop, the screen may not be updated immediately. Use this method to force an immediate refresh. |
Used in controls: | All controls that can be displayed at execution time. |
Used in objects: | Form |
Parameters: | None. |
Return value: | None. |
Example: | INVOKE CmText1 "Refresh" |
Backward compatibility | None. |