ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handle_R (Property)
The Handle keyword gets and sets the handle of an element.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
WLanguage procedure called by geoGetAddress
WLanguage procedure ("callback") called by geoGetAddress.
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
11. Internal components in practice
Internal components in practice...
BrightnessAuto
The keyword BrightnessAuto keyword is used to manage brightness on an Android or iOS device.
Android Widget windows
An Android application can contain one or more Widget windows......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
10. Internal components in practice
"?" menu
WINDEV proposes a help menu adapted to your applications......
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....