ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
BackgroundTaskAdd (Function)
Adds a new background task.
13. Debugger
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Sliding Banner control properties
The WLanguage properties can be used to handle ......
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Count (Property)
The Count property returns the number of elements in a given set.
WDInst: Set automatic modification of tables
The automatic table modification updates the description of tables on user computers......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.