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...
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control...
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control...
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window...
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Input (Function)
Displays a message allowing the user to type an information.
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio...
DashMode (Function)
Opens or closes the Dashboard control edit mode.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text,...
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color...
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted...
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional...
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS...
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch...
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
fRename (Function)
Modifies the name of a file.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Position (Function)
Finds the position of a specified string within another string.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array....