ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Code statistics
The code statistics affect......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
CodeEditorComment (Function)
Comments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line....
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Events associated with Link controls
List of events associated with Link controls...
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
The "Code hashtags" pane
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
Comment (Property)
The Comment property is used to manage comments.
3. Debugger
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
CodeEditorDeleteAll (Function)
Deletes the contents of the Code Editor control.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
CodeEditorSave (Function)
Saves the contents of a Code Editor control to a file.