ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
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....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
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.
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....
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