ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
WLanguage procedure called by NearbyShareAcceptConnection (Data reception)
WLanguage procedure ("callback") called by NearbyShareAcceptConnection when the entire file (or buffer) is received. This procedure provides information on the type and content of data transferred.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
NULL values: Allowing nullable types
Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
14. Generation modes
Generation modes...
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
13. Generation modes
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
HListItem (Function)
Returns the list of items: found in a table (a query or a view) known to the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Analysis links
The links are used to link the files found in an analysis between themselves......
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)...
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
AAF: Sort/Search/Filter on the columns of Table controls