ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
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......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
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
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
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......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
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......