ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Multimedia constants
List of constants used by the multimedia functions....
fMerge (Function)
Merges several files into a single one.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
InitParameter (Function)
Initializes the management of persistent values.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
ToastDisplay (Function)
Displays a "Toast" message.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
EmailGetAll (Function)
Retrieves all the emails found on a server.
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 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.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
Sending elements to Free Technical Support
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.