ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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 Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
14. Generation modes
Generation modes...
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)...
AAF: Sort/Search/Filter on the columns of Table controls
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Types of Edit controls