ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
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......
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
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
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 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......
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
HNext (Function)
Sets the position on the next data file record according to a browse item.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
General environment of WINDEV
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......