ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
MultitaskRedraw (Function)
In french: MultitâcheRepeint
Immediately redraws the window controls that will be graphically refreshed.
Note: This function is identical to WinRedraw.
WEBDEV - Server codeWindowsLinux This function is available only to simplify the Webification of WINDEV/WINDEV Mobile projects. In a WEBDEV website, this function has no effect.
Example
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.
WEBDEV - Server code This parameter corresponds to a page name. This function has no effect.
Remarks
Unlike Multitask, the call to MultitaskRedraw does not interrupt the current code (the Timer functions are not called for example).
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help