ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Environment of the data model editor
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.
Note (Property)
The Note property is used to get and change a text associated with an element.
Input (Function)
Displays a message allowing the user to type an information.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
Decode (Function)
Decodes a character string that was encoded by Encode.
Check model
You can use check models to easily create checks...
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Hole (Property)
The Hole property is used to define the holes of a polygon.