ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
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
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....
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
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.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
WINDEV 2024 Tutorial - Table of contents
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......