ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

List of extension attributes
The list of extension attributes ......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
11. Controls in practice
Discover the main characteristics of the controls...
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
MultiPointGeo (Variable type)
The MultiPointGeo type is used to store a set of points defined with geographic coordinates. It is a collection of points: in this case, points are not connected.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Conversion (Function)
Converts a value from a unit to another one.
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min