ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
HCloseConnection (Example)
Usage example of the HCloseConenction function
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
HOpenConnection (Example)
Usage example of the HOpenConnection function
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Translating a text file with WDTRAD
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HDeclare (Example)
Usage example of the HDeclare function
Configuring the SOAP administrator
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
SQLTransaction (Example)
Usage example of the SQLTransaction function