ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Allowing nullable types
Allowing nullable types in a project changes the way your project handles null values......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Including the code
You want to include your code lines in a condition, in a structure, ......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
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)......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Project description: Style tab
The project description window allows you to configure various elements of your project......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
1. Testing a site: Elements to be tested