|
|
|
|
|
MultitaskRedraw (Function) In french: MultitâcheRepeint Immediately redraws the window controls that will be graphically refreshed. Note: This function is identical to WinRedraw.
i is int
FOR i = 1 TO 1000
TraitementLong()
MultitaskRedraw()
END
Syntax
MultitaskRedraw([<Window or page>])
<Window or page>: Name of window or page Name of window to redraw. The current window is redrawn if this parameter is not specified. Remarks Unlike Multitask, the call to MultitaskRedraw does not interrupt the current code (the Timer functions are not called for example).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|