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...
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative...
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web...
Label (Property)
The Label property is used to get and define the label of an element.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Version (Property)
The Version property is used to get and change the version of an element.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept...
Torch (Property)
The Torch property is used to determine and change how a Camera control uses the torch.
Print functions
List of print functions...
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
First project window
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following...
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one...
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF...
HIndex (Function)
Rebuilds the file index (".NDX" file).
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks...
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Animation (Property)
The Animation property animates an image.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Procedure/Function
A procedure is used to associate an identifier with a statement block......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value...