AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
  • Comparison with Multitask
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 for which a graphic update is required.
Remark: This function is equivalent to MultitaskRedraw.
WEBDEV - Server code This function has no effect on pages. This function is available only to simplify the webification of WINDEV or WINDEV Mobile projects.
Example
i is int
FOR i = 1 TO 1000
LongProcess()
WIN_Customer.Redraw()
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: wd290obj.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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