ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Storing files in Android
The file system on the devices running Android is divided into two main storage areas...
Android: The different types of notifications
Android proposes several types of notifications to inform the user...
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device.
Android 10: Changing application behavior
Starting with Android 10, Google no longer allows an application running in the background to open a window
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS...
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities...
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system...
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets...
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only...
Android and Java: Calling WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14.
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device...
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields...
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed.
GglAccountDissociate (Function)
Dissociates the application from the user's Google account. This association must have been previously defined with GglAccountAssociate.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer:
  • Computer running Windows,
  • Mobile device (Android, iPhone, iPad).
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
Speech synthesis in the mobile applications
The phones can talk!...
Speech recognition functions
The following functions are used to manage speech recognition:
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
GglAccountAssociate (Function)
Enables users to log in to an application using a Google account registered on the device, without entering a username and password.
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
tapiGetNumber (Function)
Opens a window that allows sharing the user's phone number(s).
AppointmentCreate (Function)
Opens a new appointment window in the device's native calendar application.
Camera control in a mobile application
The Camera control is used to...
<Camera>.VideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
URISelect (Function)
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.
ThreadPersistent (Function)
Makes a thread persistent.
RecorderAction (Function)
Runs an action on the recorder or dictaphone found on the current device.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
PermissionRequest (Function)
Prompts the user to grant an application permission.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet).
Using Kotlin code
Kotlin is a programming language mainly used for Android development...
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
WaitWindowStart (Function)
Opens the loading window of application.
fListResource (Function)
Lists the resources integrated to the application.
Summary table: Application directory management by platform
WaitWindowEnd (Function)
Closes the waiting window of the application opened with WaitWindowStart.
CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
PermissionList (Function)
Returns one or all the permissions declared by the application.
geoRunApp (Function)
Starts the device's native maps application to display:
  • a specific geographical location,
  • a route between two locations.
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
KioskDisable (Function)
Disables kiosk mode for the current application.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according...
Image control: the supported formats
The supported image formats are as follows:...
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers,...
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory...
MySelf (Reserved word)
MySelf is used to handle the current control...
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
End of Document block
The End of document block is run once at the end of the report execution......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break...
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well...
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or...
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Events associated with the project
List of events associated with the project...
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......