ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server tables, WDInst allows you to...
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Set of procedures
The global procedures are grouped in set of procedures......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
The Organizer control
The Organizer control is used to display and handle organizers......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Error 1010: The member of the class is constant
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Associating a control with a tab pane
Methods to associate a control with a tab pane......