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...
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data...
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view...
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile....
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
SocketWrite (Function)
Writes a message intended to another socket.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management...
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
HState (Function)
Used to find out the state of a record.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed,...
ColorLED (Property)
The ColorLED property is used to set the color of the LED light when displaying notifications.
Notification
The Notification keyword can correspond to:
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts: Lotus Notes, Outlook, mobile devices (Android,...
TimePicker (Function)
Opens the system time picker.
1. Examples provided with WINDEV Mobile
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple...
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day...
ResourceHeight (Property)
The ResourceHeight property is used to get and change the height of resources in a Scheduler...
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
ControlNext (Function)
Returns the name of the next control in input mode.