ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
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.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
UploadProgress (Property)
The UploadProgress property gets the progress status of the POST request.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
DispositionNotification (Property)
The DispositionNotification property gets and sets the email read receipt request.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
DescriptionStatusCode (Property)
The DescriptionStatusCode property is used to get the status description of the response to the request.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
ReturnReceipt (Property)
The ReturnReceipt property gets and changes the email delivery receipt request.
1
2
3
4
5
6
47
>