AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Gestión de lenguajes externos / Funciones Objeto
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Allows the programs currently run to process the Windows messages or runs a temporization.
Ejemplo
// In C
// Wait during 10 seconds
CALLWD("Multitask,1000");
// In Pascal
(* Wait during 10 seconds *)
CALLWD('Multitask,1000');
// In VB
' Wait during 10 seconds
call CALLWD("Multitask,1000")
Sintaxis
Multitask([<Duration>])
<Duration>: Optional character string
Duration of the timeout expressed in hundredths of a second.
Observaciones
Multitask can be used in 3 contexts:
  • in a loop, to give 'control' back to the other programs,
  • in a loop, to display information,
  • in a loop, when using a timer.
Warning: Multitache removes mouse and keyboard events from the program window, without processing them.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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