mobile.isEmulator

Indicates if the mobile app runs or displays forms on an emulator.

Syntax

ui.Interface.frontCall("mobile", "isEmulator",
   [],  [result] )
  • result - Is set to TRUE, if the app is running in an device emulator, or when the GMA front-end displaying application forms runs in an emulator.

Usage

The "isEmulator" front call checks if the mobile app is running or is displayed in a device emulator.

DEFINE emul BOOLEAN
CALL ui.Interface.frontCall("mobile", "isEmulator", []. [emul] )