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...
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items...
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status...
LoadParameter (Function)
Reads a persistent value.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running...
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
fLoadResource (Function)
Loads the content of a resource from a library.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
ContinentList (Function)
Returns the list of continents.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied...
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
EncryptGenerateRSAKey (Function)
Generates an RSA private/public key pair....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest....
InPHPMode (Function)
Indicates whether the code is run in PHP.
NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit...
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified...
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
XMLSign (Function)
Signs an XML document.