ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
OpenChild (Function)
Opens a non-modal child window.
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Assignment operators
Three assignment operators are available......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Keyboard shortcuts
The main keyboard shortcuts in the editors 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.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
InApp constants
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....