ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
  • Comparison with Multitask
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Immediately redraws the window controls for which a graphic update is required.
Note: This function is identical to MultitaskRedraw.
Example
i is int 
FOR i = 1 TO 1000
	TraitementLong()
	FEN_Client.Repeint()
END
Syntax
<Window>.Redraw()
<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).
Component: wd300obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help