ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
HCheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Sensor constants
Constants used by the SensorXXX functions...
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
DnDGetData (Example)
Usage example of the DnDGetData function
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
FaxConnect (Function)
Establishes a connection to a fax server.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
The Dashboard control
Dashboards are essential elements in an application......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).