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...
grLabel (Function)
Indicates various parameters of additional legend in a chart.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
XMLAddChild (Function)
Adds a child tag into an XML document.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock...
Action Bar control events
The Tab control
The Tab control is used to simultaneously display different controls......
Warning (Function)
Displays a custom message in a system warning window.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width,...
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater...
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes...
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol...
HRead (Function)
Reads a record in a file according to a given record number.
Speech synthesis management functions
The following functions are used to manage speech synthesis...
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image...
HTMLToText (Function)
Converts an HTML string or buffer to text.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific...
The Check Box control
A Check Box can correspond to......