ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
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....
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.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
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.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
RecorderAction (Function)
Runs an action on the recorder or dictaphone found on the current device.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
WINDEV 2024 Tutorial - Table of contents