|
|
|
|
|
- Function availability
- Running processes containing compilation errors
InUniversalWindowsAppSimulatorMode (Function) In french: EnModeSimulateurUniversalWindowsApp
Warning
From version 2025, This feature is no longer available from version 2025.
Indicates whether the code is run in the simulator for Universal Windows Platform applications.
IF InUniversalWindowsAppSimulatorMode() = True THEN
END
Syntax
<Result> = InUniversalWindowsAppSimulatorMode()
<Result>: Boolean - True if the code is run in the simulator for Universal Windows Platform applications,
- False otherwise.
Remarks Function availability InUniversalWindowsAppSimulatorMode can be used in all IDEs to allow for cross-platform code. Functions or procedures that use InUniversalWindowsAppSimulatorMode can be shared between several products without generating any compilation error. Running processes containing compilation errors By default, the security mechanism of WLanguage is triggered only if the line containing the compilation error is run. For example, if a function not allowed in the current product is found in a loop (IF), the security mechanism of WLanguage will be triggered only if the line containing this function is run. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|