ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
Service management functions
List of functions for managing services...
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
WavPlay (External language)
Plays the requested sound.
StreamReject (Function)
Refuses a request for stream connection.
HTTPRequest (Function)
Starts an HTTP request on a server.
ThreadRequestStop (Function)
Sends a stop request to a thread.
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
<QuickAction variable>.Pin (Function)
Generates a request to pin a quick action.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
<wsRequest variable>.addXMLSignature (Function)
Adds an XML signature to a Webservice request.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
QuickActionPin (Function)
Generates a request to pin a quick action.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
RESTSend (Function)
Sends a REST request and waits for the server response.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
1
2
3
4
5
6
38
>