ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
WinChangeAlias (Function)
Modifies the alias of a window.
EventDestroy (Function)
Explicitly destroys an event.
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.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
InitParameter (Function)
Initializes the management of persistent values.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
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....
Extern (Reserved word)
EXTERN is used to...
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.
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.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
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.