ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
WEBDEV Application Server 2024
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HCreateMovableReplica (Function)
Creates a movable replication.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
12. Pages in practice
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
"?" menu
WINDEV proposes a help menu adapted to your applications......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......