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".
GglDriveConnect( Function)
Creates a connection to an Drive 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......
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
WINDEV and the SOAP protocol
2. Modes to install an application
GglDelete (Function)
Deletes data from the Google server.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google...
Installing a SOAP server with Netscape iPlanet 4.1
BrowserShare( Function)
Starts native device sharing.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web...
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
FileDisplay (Function)
Displays a file in the browser of Web user.
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal...
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV...
httpRequest
The HTTPRequest keyword can correspond to...
1
3
4
5
6
7
14
>