|
|
|
|
|
- Function availability
- Running processes containing compilation errors
InUniversalWindowsPlatformSimulatorMode (Function) In french: EnModeSimulateurUniversalWindowsPlatform Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). // Code run in the Universal Windows 10 App simulator? IF InUniversalWindowsPlatformSimulatorMode() = True THEN // Specific code for the simulator END
Syntax
<Result> = InUniversalWindowsPlatformSimulatorMode()
<Result>: Boolean - True if the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App),
- False otherwise.
Remarks Function availability InUniversalWindowsPlatformSimulatorMode can be used in all IDEs to allow for cross-platform code. Functions or procedures that use InUniversalWindowsPlatformSimulatorMode 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|