ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSubstDir (Example)
Usage example of the HSubstDir function
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Installing a SOAP server with Apache
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HPass (Function)
Defines the password used to create or open a data file.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Window controls
Several types of controls can be used in a window, ......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HFSQL constants
List of constants used by the HFSQL functions....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
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......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
iPreview (Function)
Configures the print destination.
HExecuteProcedure (Function)
Runs a stored procedure.
SQLChangeConnection (Function)
Modifies the current connection.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.