ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Remote WEBDEV administrator: Error message management
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed in the browser of the Web user....
HFSQL error handling help
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
12. Retrieving data from a site
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
Binding controls to data
A window or page can display information from......
7. Window templates
...Window templates...
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Remote WEBDEV administrator: Server settings
The server administrator can define the server parameters via the remote administration tool......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
The log process
...A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)...