ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Generative AI code generation
WLanguage's AI-powered assistant generates code suggestions as you type......
"?" menu
WINDEV proposes a help menu adapted to your applications......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Recycle code windows
By default, a single code window is opened per ......
Managing main window menus
A main menu is necessarily associated with a window......
16. Types of code
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Error 3: The string has no final "
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
MenuDelete (Function)
Deletes a menu or a menu option.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
<Menu>.Delete (Function)
Deletes a menu or a menu option.
1
2
3
4
5
6
340
>