ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Manipulating Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Button controls......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
How to create and handle a structure?
This help page explains how to create and handle a structure....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Error 202: The method already has an access attribute (public, protected or private)
Programming patterns
CAUTION......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
Animation of Mobile windows
In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.....
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....