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.
DataProcedure (Property)
The property DataProcedure property is used to specify the name of the WLanguage procedure called...
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
MultimediaPlay (Function)
Plays a media file in a Multimedia control.
WDDeploy: Deploying a package
WDDeploy can be used to......
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
OAuth2Parameters (Variable type)
The OAuth2Parameters type is used to define the information required to authenticate on a web...
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow...
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach...
Google Maps management functions
List of functions for managing Google maps...
Description (Property)
The Description property is used to get and change the page description.