ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)....
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Common project
Projects are often cross-platform......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
OpenAI: Where to find the OpenAI key
Several features in WINDEV, WEBDEV and WINDEV Mobile require an OpenAI account......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
2. UML models
Modifies the hue, the saturation and the lightness of an image in an Image control....
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......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
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......
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
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.