ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application......
3. Deploying a WINDEV application
WINDEV Mobile Framework License Agreement
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
dPen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Error 2109: You are using the ObjectInfo function
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Project with multiple analyses
A single WINDEV, WEBDEV or WINDEV Mobile project can now use multiple analyses (data descriptions)......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Creating the menus for the pages of the WEBDEV RAD pattern
Error 1006: The member is not global: use: to access it
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......