ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
HAddLink (Function)
Adds an integrity rule between two tables on the server.
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
Extern (Reserved word)
EXTERN is used to...
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....
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
InitParameter (Function)
Initializes the management of persistent values.
ToastDisplay (Function)
Displays a "Toast" message.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
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.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......