ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android and Java: WLanguage procedure calls
Modifies the location of log files corresponding to an HFSQL data file.
Android 11: Changes to application behavior
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Android permission functions
The following functions are used to manage permissions in Android applications
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.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
File download functions
The following functions are used to manage downloads...
<Camera>.VideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
URI functions
The following functions are used to manage URIs
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
geoRunApp (Function)
Starts the device's native maps application to display:
  • a specific geographical location,
  • a route between two locations.
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
Application in kiosk mode
A kiosk application is an application from which the user cannot exit...
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
Camera control in a mobile application
The Camera control is used to...
Using Kotlin code
Kotlin is a programming language mainly used for Android development...
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage...
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without...
Composite keys
A composite key is a key item containing several other items......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well...
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Operators on character strings
The character strings can be handled by specific WLanguage functions...
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
fSelect (Function)
Opens the Windows file picker.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window,...
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget...
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
Google constants
List of constants used by the Google functions....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Specific features of the applications for iPhone/iPad
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient...