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...
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted...
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
ThreadPriority (Function)
Returns or modifies the priority level of a thread.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable...
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure...
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Functions for managing the Combinations and Enumerations
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces...
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder...
EmailLoadAttachment (Function)
Adds an attached file to an email.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WindowCount (Function)
Calculates the number of windows currently opened in the current application.