ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Creating a Pivot Table control
To create a Pivot Table control......
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Passing parameters
The parameters can be passed to a procedure......
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
fCreate (Function)
Creates an external file.
fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.