ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Token management functions (prefix syntax)
Token management functions in "Text token" Edit controls....
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
Token functions
Token functions in "Text token" Edit controls....
ToastDisplay (Function)
Displays a "Toast" message.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
2. UML models
Modifies the hue, the saturation and the lightness of an image in an Image control....
Overview
Overview of the different operators...
Passing parameters
The parameters can be passed to a procedure......
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
ParallelTaskWait (Function)
Waits for the execution of a parallel task.