ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
Error 14: ELSE statement without IF
wWDGetReturnValueType
Type of the return value of the last nWDExecute, nWDExecuteEx or nWDEvalue statement]......
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Error 102: The constants can be defined in the initialization code of project, ...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Popup window
WINDEV allows you to open windows in popup format......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Simple statements
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....