ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a Pivot Table control
To create a Pivot Table control......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
5. Web services
WINDEV allows you to easily use web services (or XML web services)....
MSIX installation
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Extern (Reserved word)
EXTERN is used to...
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Managing parallel tasks
The computers are becoming more and more powerful......