ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
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......
Manipulating Edit controls programmatically
You can manipulate Edit controls programmatically......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
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......
notificationAction (Variable type)
The notificationAction type is used to describe an additional action associated with a notification.
Handling a Range Slider programmatically
WINDEV lets you manipulate a Range Slider control directly by programming......
Dashboard control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
Phone constants (Android / iOS)
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....
Global and local variable
Two types of variables are available......
WDZip: Creating or modifying an archive
This help page explains how to......
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
The Edit control
The Edit control allows users to enter data......
2. WEBDEV administrator in practice