ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Service management functions
List of functions for managing services...
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
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.
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.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
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.
StatusCode
The StatusCode property gets the status of the response to the request.
<httpRequest variable>.ReadCookie (Function)
Returns the value of a cookie received further to an HTTP request.
1
2
3
4
5
6
38
>