ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Creating a select query
A select query (corresponding SQL statement......
Overview
Overview of the different operators...
Project description: Project tab
The project description window allows you to configure various elements of your project......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
Managing parallel tasks
The computers are becoming more and more powerful......
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
Type and version of Web server
The configuration diagnostic displays the following error......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.