ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Wire control
The Wire control is used to visually link 2 controls......
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....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Shared information
The information entered when creating the files and the items is shared throughout the environment......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
HDescribeItem (Function)
Describes a file item through programming.
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.....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Events associated with a Spreadsheet control
2. Projects in practice
Discover the main operations that can be performed on a project....
12. Pages in practice
Ignores errors so that replication between HFSQL servers can continue to run....
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
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......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......