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...
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Body Complement block
The Body complement block is linked to the Body block......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Category (Property)
The Category property gets and sets the category of an element.
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window...
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date...
BackgroundTaskAdd (Function)
Adds a new background task.
The Internal Window control
...The "Internal Window" control is used to include a window (and its code) in a control of another...
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file...
OpenMainMenu (Function)
Opens the main menu of the current window.
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList...
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
Sequencing reports
In some cases, you may want to print several reports one after another, and view...
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management...
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first...
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.