ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
MemModify (Function)
Modifies an element in a memory zone.
InitParameter (Function)
Initializes the management of persistent values.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
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....
Extern (Reserved word)
EXTERN is used to...
EventDestroy (Function)
Explicitly destroys an event.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
ToastDisplay (Function)
Displays a "Toast" message.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
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.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.