ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
CameraRequestPermission (Function)
Requests permission to use the device's camera....
VideoRequestPermission (Function)
Requests permission to use the device's camera....
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
SFExecuteProcess (Function)
Requests the execution of a specific process.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
<sfConnection variable>.ExecuteProcess (Function)
Requests the execution of a specific process.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
PC SOFT Free Technical Support
Thank you for buying one of our products......
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
<Element>.RequestRefreshUI (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
BTChangeConnectivity (Function)
Used to configure a Bluetooth radio to accept (or not) the requests for connection coming from the devices.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
httpRequest
The HTTPRequest keyword can correspond to...