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...
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo...
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point):...
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control...
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo...
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially...
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first...
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows...
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows...
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially...
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first...
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo...
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control...
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control...
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......