ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / WINDEV Mobile specific features
  • Sharing different WINDEV elements
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
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 a different format in WINDEV (".WDW" file) and WINDEV Mobile (".WPW" file). Indeed, the windows do not have the same size, the same characteristics, the same features, the same user approach, ... WINDEV Mobile allows you to import WINDEV windows into a WINDEV Mobile project.
  • Help: This type of element does not exist in Android or iOS.
  • Analysis, reports, queries, classes, set of procedures, ...: These elements can be shared between a WINDEV application and a WINDEV Mobile application.
Remark: Several functions are used to differentiate the code to run from a WINDEV Mobile application or 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.
InUniversalWindowsAppSimulatorModeIndicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
InWindowsMobileModeIndicates whether the code is run:
  • from a Windows Mobile application.
  • from a WINDEV application, from a WEBDEV site 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: 01/26/2023

Send a report | Local help