- Sharing different WINDEV elements
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:
| | InAndroidEmulatorMode | Indicates whether the code is run in the Android emulator. | InAndroidMode | Indicates whether the code is run in Android mode. | InAndroidSimulatorMode | Indicates whether the code is run in the Android simulator. | InAppleWatchEmulatorMode | Indicates whether the code is run in the Apple Watch emulator. | InAppleWatchMode | Indicates whether the code currently run is in Apple Watch mode. | InAppleWatchSimulatorMode | Indicates whether the code is run in the Apple Watch simulator. | InDeviceOwnerMode | Indicates whether the Android application is in "Device owner" mode. | IniOSEmulatorMode | Indicates whether the code is run in the iOS emulator (iPhone, iPad). | IniOSMode | Indicates whether the code currently run is in iOS mode (iPhone, iPad). | IniOSSimulatorMode | Indicates whether the code is run in the iOS simulator (iPhone, iPad). | InKioskMode | Indicates whether the Android application is in kiosk mode. | InMacCatalystMode | Indicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac). | InPocketSimulatorMode | Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility. | InSimulatorMode | Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile. | InUniversalWindowsAppMode | Indicates whether the code is run in Universal Windows 10 App mode. | InUniversalWindowsAppSimulatorMode | Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode. | InWindowsMobileMode | Indicates 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. | InWindowsMode | Indicates whether the code is run in Windows mode or not. |
This page is also available for…
|
|
|
|