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.
CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
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.
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
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
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.
Using Kotlin code
Kotlin is a programming language mainly used for Android development...
Camera control in a mobile application
The Camera control is used to...
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer...
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Events associated with Static controls
List of events associated with Static controls...
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified...
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed...
Progress Bar control properties
List of properties associated with the Progress Bar control...
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
AppointmentCreate (Function)
... on the Android device.
AppointmentAdd (Function)
... (Android or iOS).
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad,...
NotifPushProcedure (Function)
... application (Android or iOS).
SysDirExternalStorage (Function)
... of the Android device.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays...
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
AppointmentModify (Function)
... on a mobile device (Android/iOS)....
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android,...
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access...
1
3
4
5
6
7
110
>