ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Time to wait in hundredths of a second. The function has no effect if a negative value is used. If this parameter is set to 0, the function processes all the pending events and takes control immediately.Regardless of the parameter value, the optional processes of controls are always run. Remark: This parameter can correspond to: an integer corresponding to the number of hundredths of a second,a Duration variable,Versions 23 and laterdirect indication of the Duration (e.g. '1s' or '10cs'). New in version 23direct indication of the Duration (e.g. '1s' or '10cs'). direct indication of the Duration (e.g. '1s' or '10cs').
Type of event that can be run during the wait:waitRedraw(by default)The windows and the controls can be redrawn.waitNothingNo event can be run.waitMouseAndKeyboardThe windows and the controls can be redrawn.The timers can be run.The mouse actions (click on controls for example) or the keyboard events can be run.Remark: This constant is equivalent to Multitask used with a negative value.waitTimerThe windows and the controls can be redrawn.The timers can be run.Remark: This constant is equivalent to Multitask used with a positive value.
Stop
Tips/Notes
Last update: 12/04/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: