ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Materialized view
...A materialized view is a physical data source defined by an SQL query....
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center allows you to manage the backups of HFSQL Client/Server tables......
Installing a WEBDEV Cluster
A WEBDEV Cluster is a set of servers (or server farm)......
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Kanban control events
The following events are associated with Kanban controls......
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......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Image detection management constants
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min...
Project Management Hub: Managing incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Installation directory
The setup wizard allows you to configure the installation directory of application....
Print constants
List of constants used by the print functions....
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.
The Dashboard control
Dashboards are essential elements in an application......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
Global procedure/function
A global procedure can be used in all the processes or events of the project....
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......