AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Gestión de lenguajes externos / Funciones Objeto
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
Multitask (External language)
In french: Multitâche
Allows the programs currently run to process the Windows messages or runs a temporization.
Example
// 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")
Syntax
Multitask([<Duration>])
<Duration>: Optional character string
Duration of the timeout expressed in hundredths of a second.
Remarks
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.
Caution: Multitask deletes the 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: 26/05/2022

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