ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding table. This function uses the former view mechanism.
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema......
HChangeConnection (Example)
Usage example of the HChangeConnection function
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Using Java code
You have the ability to enter Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Android Widget windows
An Android application can contain one or more Widget windows......
HExecuteProcedure (Function)
Runs a stored procedure.
EventOpen (Function)
Opens a synchronization event between several threads.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......