ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
2. User-friendly editors in practice
User-friendly editors in practice...
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Record (Type of variable)
The Record type is used to save the values of a 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......
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.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Select query description window: Items that can be used
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