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.
Installing a Webservice (old format)
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
WEBDEV site deployment: Deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application...
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved...
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Deploying a WEBDEV website to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV website (in Session or AWP mode) on a remote Application Server requires......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.