ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTP functions (prefix syntax)
List of HTTP functions
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
HTTP functions
List of HTTP functions
<httpRequest variable>.SendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
Attention: This function is available in Android only from version "April 2026".
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HTTPSendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
Attention: This function is available in Android only from version "April 2026".
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPRequest (Function)
Starts an HTTP request on a server.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
httpRequest
The HTTPRequest keyword can correspond to...
FileDisplay (Function)
Displays a file in the browser of Web user.
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal...
apiResponse (Variable type)
The type apiResponse type is used to obtain the result of a request sent to a previously imported...
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV...
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Google Drive, OneDrive and Dropbox prerequisites
Utilisation dans la classe MasqueDeSaisie_Rebond - Accès en Lecture + Ecriture - Type : Procédure...
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......