ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Configuring the SOAP administrator
Creating a select query
A select query (corresponding SQL statement......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
2. User-friendly editors in practice
User-friendly editors in practice...
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
HAlias (Example)
Usage example of the HAlias function
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
HMode (Function)
Changes the mode and the method for locking data files.
Creating the menus for the pages of the WEBDEV RAD pattern
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
SQLTransaction (Example)
Usage example of the SQLTransaction function
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Creating a query
Two methods can be used to create a query......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Partial indexing of memos
You now have the ability to index the content of a text memo item......