ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Software factory administrator: Options
Several options can be configured in the Software Factory administrator......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Edit control: buttons integrated into the input field
You can include different buttons in the input area of an Edit control......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Dashboard control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Creating the menus for the pages of the WEBDEV RAD pattern
notificationAction (Variable type)
The notificationAction type is used to describe an additional action associated with a notification.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
SQLFirst (Function)
Positions on the first row of the query result.
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
WDZip: Creating or modifying an archive
This help page explains how to......