ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Partial indexing of memos
You now have the ability to index the content of a text memo item......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
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.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HNext (Function)
Sets the position on the next data file record according to a browse item.
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
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......
Creating the Relation pages of a WEBDEV RAD pattern
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.