ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
HJSONToRecord (Function)
Imports JSON data into the current record.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Select query description window: Items that can be used
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
Creating an insert query
An insert query (corresponding SQL statement......
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
SQL view
An SQL view is a virtual data source defined by an SQL query......
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......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
HCloseConnection (Example)
Usage example of the HCloseConenction function
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Sharing elements with a WINDEV application
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
HCreation (Example)
Usage example of the HCreation function