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...
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
SysYRes (Function)
Returns the vertical screen resolution.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated...
fSize (Function)
Returns the size of a file (in bytes).
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer...
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHWrite (Function)
Writes data into the specified SSH session.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred...
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
WindowsVersion (Function)
Returns the runtime mode of Windows.
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
Type (Property)
The Type property is used to get and change the type of an element.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port...