|
|
|
|
|
- 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 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:
| | 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. Function kept for backward compatibility. | InUniversalWindowsAppSimulatorMode | Indicates whether the code is run in the simulator for Universal Windows Platform applications. Function kept for backward compatibility. | InWindowsMobileMode | Indicates 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. | InWindowsMode | Indicates whether the code is run in Windows mode or not. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|