AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Immediately redraws the window controls that will be graphically refreshed.
Remark: This function is equivalent to WinRedraw.
WEBDEV - Server codeWindowsLinux This function is available only to simplify the Webification of WINDEV/WINDEV Mobile projects. In a WEBDEV site, this function has no effect.
Example
i is int
FOR i = 1 TO 1000
LongProcess()
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: wd290obj.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local