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...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically...
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table,...
PhoneNumber (Property)
The PhoneNumber property is used to get and change a phone number.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
Index (Property)
The Index property is used to get the index of an element.
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can...
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value...
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper,...
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Report blocks
A printed report includes several sections......
Supercontrol
A supercontrol is an advanced type of control......
grTitle (Function)
Modifies the caption and/or position of the chart title....
grAddData (Function)
Adds a data into a chart.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table,...