ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
Error 24: No END statement is associated with this LOOP
BurnerAddDirectory (Example)
Usage example of the BurnerAddDirectory function
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Software Factory
The concept of software factory is used to automate the process for creating applications....
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
ActionRedo (Function)
Runs the last action canceled.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
ActionUndo (Function)
Cancels the last action performed by the end user.
LOOP statement
The statement block is repeated endlessly...