ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Specific features of the Express version
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Android 10: Changing application behavior
Starting with Android 10, Google no longer allows an application running in the background to open a window
Creating a window skin template
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
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......
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....
Managing space characters in the searches?
How to develop a PHP site?
What is a PHP site?......
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Associative array (Type of variable)
An associative array is an "advanced" type of array...