ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Global procedure/function
A global procedure can be used in all the processes or events of the project....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Materialized view
...A materialized view is a physical data source defined by an SQL query....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
Installation directory
The setup wizard allows you to configure the installation directory of application....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
The Dashboard control
Dashboards are essential elements in an application......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......
Managing HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
Thread execution
At runtime, an application runs in a main thread......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Local procedure
Two types of procedures are available......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......