ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HConnect (Example)
Usage example of the HConnect function
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
3-tier architecture
The development in "3-tier" architecture is now simplified......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
HListAnalysis (Example)
Usage example of the HListAnalysis function
HChangeConnection (Example)
Usage example of the HChangeConnection function
HDescribeItem (Function)
Describes a file item through programming.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Materialized view
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HFSQL Client/Server: Configuring the data files on the server