ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Emulation functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Emulates the window of the mobile (Android/iOS) simulator.
WINDEV This function is available in WINDEV only in order to be used in simulator mode. Used in a WINDEV application, this function has no effect.
Example
// Change l'orientation du simulateur
EmulateSimulator(esTurnScreen)
Syntax
EmulateSimulator(<Action>)
<Action>: Integer constant
Action to perform:
esBackSimulates pressing the Back button.
iPhone/iPad This constant is not available.
esCloseCloses the simulator.
esMenuSimulates pressing the Menu button.
iPhone/iPad This constant is not available.
esTurnScreenRotate screen: switches from landscape to portrait mode or vice versa.
Remarks
This function must only be used in the code of automated tests run on the Android or iOS simulator.
Minimum version required
  • Version 20
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help