ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Print constants
List of constants used by the print functions....
Principle for running threads
At runtime, an application runs in a main thread......
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
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.
VideoRequestPermission (Function)
Requests permission to use the device's camera....
Environment of the window editor
The main elements of window editor are as follows:
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
Environment of the query editor
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Telephony constants
List of constants used by telephony functions...
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...