ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
ParallelTaskCancel (Function)
Immediately terminates execution of the current task: the task changes state to tpeCancelled.
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
fCreate (Function)
Creates an external file.
fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
Assignment operators
Three assignment operators are available......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Multiline strings
To type character strings over several lines in the code editor...
Comparison operators
The comparison operators can be divided into several categories......
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Supercontrol
A supercontrol is an advanced type of control......