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.
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
Push notification
A mobile device can receive push notifications......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May...
Configuring the IIS 7/7.5 server
8. Sharing a project in practice
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux...
AWP without UI
Bootstrap, Angular, React, Vue......
Data persistence
The data persistence is used to store the value typed by the user......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
SCM file format evolutions
Four versions are available for the SCM repository......
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows,...