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.
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed...
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test...
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check...
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays...
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download...
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
9. Generation modes
WINDEV Mobile includes different types of generation......
Google Calendar management functions
List of functions for managing Google calendars...
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print...
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared...