ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MSIX installation packages
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
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.....
WEBDEV Application Server - 10 connections - License agreement
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
WLanguage procedure called by ExplorerAccept
WLanguage procedure ("Callback") called by ExplorerAccept during a drag-and-drop operation from the Windows explorer.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub......
Uploading files
Uploading consists in saving a file located on the user's computer to a web server......
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......