ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTP functions
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 (prefix syntax)
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".
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
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.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure....
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV website. Some additional operations must...
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field...
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV...
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using...
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
WINDEV Mobile 2025 Update
Here are the new features that you will discover in this version......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming...
14. PHP generation in practice
Viewing a report in 3D
Your report displays controls that overlap?......