ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
TreeView constants
List of constants used by the TreeXXX functions...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Creating a window skin template
HTTPSendForm (Function)
Sends an HTTP form.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
How to create a menu?
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
WEBDEV Application Server 2024
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
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.
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....