ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
SemaphoreCreate (Function)
Creates a semaphore.
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
1. Project and analysis
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
Customize your charts: type, color, legends, etc.
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Programming automatic calculations in the columns of a Table control
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......