| |
AlbumPicker | Retrieves a photo, an image or a video stored in the photo album of the mobile device. |
AppointmentCreate | Displays the window for appointment creation of native application for managing appointments found on the Android device. |
AppointmentDisplay | Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS). |
AppOpenForm | Opens: - the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it.
- the form for configuring the In-App purchases of an application.
|
AuthIdentify | Performs an authentication using the OAuth 2.0 protocol on any web service. |
BCCapture | Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad). |
BTChangeVisibility | Changes the visibility of a Bluetooth radio. |
CheckUserIDentity | Checks the identity of the current user using biometric authentication. |
Confirm | Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice. |
ConfirmAsynchronous | Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response. |
ContactCreate | Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows). |
ContactDisplay | Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows). |
ContactEdit | Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows). |
ContactSelect | Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows). |
DatePicker | Opens the system date picker. |
Dialog | Displays a message box and returns the value of the button clicked by the user. |
DialogAsynchronous | Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user. |
EmailOpenMail | Opens the default messaging software: - of Web user on the browser computer.
- of the user on the current Windows computer.
- on the phone.
|
EmailRunApp | Starts the native application for sending emails found on the current computer: - Computer running Windows,
- Mobile device (Android, iPhone, iPad).
|
Error | Displays a custom error message in a system error window. |
ErrorAsynchronous | Displays a custom error message in a non-blocking system error window. |
ErrorBuild | Displays a custom error message in a system error window. |
ExeRun | Executes a program (an executable file, for example) from the current application. |
FBStartSession | Used to authenticate and log in to Faceboook. |
geoRunApp | Starts the device's native maps application to display: - a specific geographical location,
- a route between two locations.
|
GglPrintDocument | Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google. |
gpwAuthLogin | Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc. |
inAppPurchaseProduct | Sends a request for purchasing an "In-App" product associated with the application. |
Info | Displays a custom message in a system information window. |
InfoAsynchronous | Displays a non-blocking custom message in a system information window. |
InfoBuild | Displays a custom message in a system information window. |
Input | Displays a message allowing the user to type an information. |
KioskDisable | Disables kiosk mode for the current application. |
KioskEnable | Switches the current Android application to kiosk mode. |
NFCReadTag | Starts reading a NFC tag or enables the detection of NFC tags for the current window. |
NFCSendTag | Sends a NFC tag to another device. |
NFCWriteTag | Starts writing data to an NFC tag. |
OKCancel | Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice. |
OKCancelAsynchronous | Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response. |
OpenMobileWindow | Opens a window in a mobile application. |
ShellExecute | Opens a document in its associated application. |
SMSRunApp | Starts the native application for sending SMSs found on the device (Android or iPhone/iPad). |
SpeechRecognitionTrigger | Triggers the device's speech recognition service. |
SpeechSynthesisInitialize | Initializes the parameters of speech synthesis for the current application. |
SpeechSynthesisReadFile | Reads the content of the specified file by using the engine for speech synthesis found on the device. |
SpeechSynthesisReadText | Reads the specified text using the device's text-to-speech engine. |
StartShare | Opens a popup allowing you to select the application that will be used to share a resource (text or document). |
SysBatteryOptimBackground | Used to manage battery optimization: - Identifies the battery optimization mode for the current application.
- Prompts the user to disable battery optimization for a given application on the device.
This function can be used to tell the operating system to stop preventing the application from running in the background. |
tapiDialerCall | Opens the default telephony application (dialer) found on the phone and dials the specified number. |
tapiDialerDisplay | Opens the default telephony application (dialer) and displays the specified number. No call is made. |
TimePicker | Opens the system time picker. |
URISelect | Opens a system window to select a resource from: - from the device file system,
- from the Cloud (Google Drive, Microsoft OneDrive, etc.)
- or from one of the content managers installed on the device.
|
VideoStartApp | Starts the device's native camera application to record a video or to take a photo. |
Warning | Displays a custom message in a system warning window. |
WarningAsynchronous | Displays a custom message in a non-blocking system warning window. |
YesNo | Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice. |
YesNoAsynchronous | Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response. |