ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Spreadsheet controls programmatically (in a report)
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Remote control: Some examples of configuration
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
4. UI: Windows
IU of windows...
Creating a delete query
A delete query (corresponding SQL statement......
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Copying and cloning
Variables are copied using the "=" operator...
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
How to use an array of structures?
An array of structures is an Array variable......
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
The different copy modes
Two different copy modes are proposed by WDTRAD......
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......