|
|
|
|
|
- Comparison with Multitask
<Window>.WinRedraw (Function) In french: <Fenêtre>.Repeint Immediately redraws the window controls for which a graphic update is required.
i is int
FOR i = 1 TO 1000
TraitementLong()
FEN_Client.Repeint()
END
Syntax <Window>: Window name Name of the window to redraw. Remarks Comparison with Multitask Unlike Multitask, the call to <Window>.WinRedraw does not interrupt the current code (the Timer functions are not called for example).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|