ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / WINDEV Mobile specific features
  • Sharing different WINDEV elements
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
WINDEV Mobile: Sharing WINDEV elements
Sharing different WINDEV elements
The same WINDEV elements (analysis, reports, queries, etc.) can be used in a WINDEV application and a WINDEV Mobile application:
  • Windows Windows have different formats in WINDEV (file ".WDW") and WINDEV Mobile (file ".WPW"). Indeed, the windows do not have the same size, the same characteristics, the same features, the same user approach; WINDEV Mobile gives you the ability to import standard WINDEV windows into a WINDEV Mobile project.
  • Help This type of element does not exist on Android or iOS.
  • Analysis, reports, queries, classes, collection of procedures, ... These elements can be directly shared between a WINDEV application and a WINDEV Mobile application.
Note Different functions can be used to differentiate between code to be executed from a WINDEV Mobile application and code to be executed from a WINDEV application:
InAndroidEmulatorModeIndicates whether the code is run in the Android emulator.
InAndroidModeIndicates whether the code is run in Android mode.
InAndroidSimulatorModeIndicates whether the code is run in the Android simulator.
InAppleWatchEmulatorModeIndicates whether the code is run in the Apple Watch emulator.
InAppleWatchModeIndicates whether the code currently run is in Apple Watch mode.
InAppleWatchSimulatorModeIndicates whether the code is run in the Apple Watch simulator.
InDeviceOwnerModeIndicates whether the Android application is in "Device owner" mode.
IniOSEmulatorModeIndicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSModeIndicates whether the code currently run is in iOS mode (iPhone, iPad).
IniOSSimulatorModeIndicates whether the code is run in the iOS simulator (iPhone, iPad).
InKioskModeIndicates whether the Android application is in kiosk mode.
InMacCatalystModeIndicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac).
InPocketSimulatorModeIndicates whether the code is run in the Pocket simulator.
Function kept for backward compatibility.
InSimulatorModeUsed to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
InUniversalWindowsAppModeIndicates whether the code is run in Universal Windows 10 app mode.
Function kept for backward compatibility.
InUniversalWindowsAppSimulatorModeIndicates whether the code is run in the simulator for Universal Windows Platform applications.
Function kept for backward compatibility.
InWindowsMobileModeIndicates whether the code is run:
  • from a Windows Mobile application.
  • from a WINDEV application, from a WEBDEV website or from a PHP application.
Function kept for backward compatibility.
InWindowsModeIndicates whether the code is run in Windows mode or not.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help