ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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
HTTP functions
List of HTTP functions
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".
<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".
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV...
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage...
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...
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......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
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......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
BackgroundTaskAdd (Function)
Adds a new background task.
How to create a patch?
Obtaining an SSL certificate for IIS2 (2.0 or later)
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing...
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control...
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Page constants
List of constants used by page functions....