ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

10. Internal components in practice
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......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
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......
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.
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......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
11. Internal components in practice
Internal components in practice...
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
12. Pages in practice
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Constants for managing character strings
List of constants used by string management functions...
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Creating the Form pages of a WEBDEV RAD pattern