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.
HTTPRequest (Function)
Starts an HTTP request on a server.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
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.).
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
The Word Processing control
The Word Processing control is an advanced control that allows the end user to create and edit...
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control,...
J2EE constants
List of constants used by the J2EE functions....
Installing a SOAP server with Apache
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Camera field: decode barcodes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Changing sites from AWP to SEO-ready session mode
Private Store for mobile applications
There are two methods two deploy your applications......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage...
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV...
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display...
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup...
14. PHP generation in practice
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server....
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client...
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
OpenIDParameters (Variable type)
The OpenIDParameters type is used to define all the advanced features of an authentication...
Rights on the virtual directory
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......