ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
10. Smart controls
Smart controls...
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).
Operations performed on state-transition diagrams
The following paragraphs explain......
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
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
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
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......
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......
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)......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......