ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
OpenChild (Function)
Opens a non-modal child window.
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
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....
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Handling a control through programming in a report
All report controls can be handled through programming......
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...
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
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......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
<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
Creating a table in a report
Tables can be created in a report......