ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup...
Setup mode
Several methods can be used to distribute a WINDEV application...
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.
Configuring the setup program
Two tools can be used to create a setup program...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Generating the setup program
The last wizard step for creating the setup program allows you to...
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Handling Gantt Chart controls programmatically
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Using WDDIXIO
To translate the text used in your project:...
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
The Static control
A Static control is a control used to display a static text......
State (Property)
The State property is used to get and change the state of an element.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
Constants for managing the windows
List of constants used by the functions for managing the windows...
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
WDZip: Creating or modifying an archive
This help page explains how to......
Associative array (Type of variable)
An associative array is an "advanced" type of array...