ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
WEBDEV (Development version) License Agreement
Cherche les éléments d'un noeud HTML correspondant à une balise....
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
WEBDEV 2024 Tutorial - Table of contents
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
HCheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
Handling a WinForm .Net control through programming
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
Managing main window menus
A main menu is necessarily associated with a window......
The planes (in a window or in a report)
The planes are used to group the window controls......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......