ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Structure (Type of variable)
A structure is a custom type of data...
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
Welcome to Reports & Queries
Reports & Queries is used to......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
WINDEV 2024 Tutorial - Table of contents
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
IF statement
The conditional IF statement allows you to run an action according to a condition...
Animation (Property)
The Animation property animates an image.
RegistryValueType (Function)
Returns the type of value found in the registry.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
SendMessage (Function)
Sends a Windows message to a control or to a window.
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
RegistryCreateKey (Function)
Creates a key in the Windows registry.