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.
Creating user accounts
A User account allows the server administrator to......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll...
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
4. Dedicated server or shared server?
NET constants
List of constants used by the DotNet functions....
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary...
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
GglDriveConnect (Function)
Creates a connection to Google Drive.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather...
WBAdminAuth (Type of variable)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used...
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
1
6
7
8
9
10
25
>