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...
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one...
PDF file management functions
...PDF file functions...
Functions for handling directories and external files
List of functions for handling external files...
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day...
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Count (Property)
The Count property returns the number of elements in a given set.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values...
<Organizer>.ToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<Organizer>.SelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer):...
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
<Organizer>.ChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
<Organizer>.DisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
<Organizer>.DisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer...
<Organizer>.TimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
<Organizer>.Display (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file...
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
iDestination (Function)
Configures the print destination.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL...
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress...
The HTML Display control
The HTML Display control displays a web page in an application......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest...