ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
3-tier architecture
The development in "3-tier" architecture is now simplified......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
3. UML models in practice
19. Sending emails
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
OpenChild (Function)
Opens a non-modal child window.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
MCI functions
List of MCI functions...
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....