ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Emulation functions
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
Defines the runtime speed for the emulating functions.
Example
// Slows down the runtime speed of the test
EmulateSpeed(esSlow)
EmulateMouse(EDT_Name, emLeftClick, 10, 5)
Syntax
EmulateSpeed(<Speed>)
<Speed>: Integer constant
Runtime speed for the EmulateXXXX functions:
esDefault
(Default value)
Normal runtime speed.
esSlowSlow runtime speed (to see the actions performed).
Component: wd290testexe.dll
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help