ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
HNoModif (Function)
Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy).
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes...
<Source>.NoModif (Function)
Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy).
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data...
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Materialized view
...A materialized view is a physical data source defined by an SQL query....
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile,...
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
2. User-friendly editors in practice
User-friendly editors in practice...
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
8. Sharing a project in practice
Various constants
List of various constants used by the constants WINDEV functions....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
Locking data files: correspondence between WINDEV 5.5 and the later versions
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Installing a SOAP server with Apache