ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
<Source>.ModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......
6. Editing a page: zoning mode
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
Project description: Options tab
The project description window allows you to configure various elements of your project......
14. Report templates
...Report templates are used to easily standardize report layouts....
MCU: Implementing and managing user macro codes
No matter how dexterous a development team may be, the end user of an application will always want to perform an action that is not intended......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
BitcoinCoreDateTimeLastLaunched (Function)
Returns the date and time Bitcoin Core was last launched. Note: This function is only available from version 2025 Update 2....
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
5. Project configuration