ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
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......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
Materialized view
...A materialized view is a physical data source defined by an SQL query....
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
Installation directory
The setup wizard allows you to configure the installation directory of application....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
The Dashboard control
Dashboards are essential elements in an application......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......