ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
5. Deploying a dynamic site (Session or AWP) in practice
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Manager of automated tests
The test manager is used to......
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
Scheduler control events
The following events associated with Scheduler controls:...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 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, ...)
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Local procedure
Two types of procedures are available......
Comparison operators
The comparison operators can be divided into several categories......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Creating a window skin template