ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
WiFiSelectNetworkCard (Function)
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Recompiling the project
The project compilation is a process used to......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
3. Application development cycle
Development cycle of a WINDEV application....
Description window of a combining query
The description window of a combining query consists of several sections......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Error customization
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV website......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
12. Pages in practice
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......