Immediately redraws the window controls for which a graphic update is required.
i is int
FOR i = 1 TO 1000
LongProcess()
WinRedraw()
END
Syntax
<Window>: Window name
Name of the window to redraw.
If this parameter is not specified, the current window will be redrawn.
Remarks
Comparison with Multitask
Unlike
Multitask, the call to
WinRedraw does not interrupt the current code (the Timer functions are not called for example).