ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
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.
Scope (Property)
The Scope property property is used to specify requested permissions.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Error 1037: This member already exists in the structure
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
DispositionNotification (Property)
The DispositionNotification property gets and sets the email read receipt request.
ReturnReceipt (Property)
The ReturnReceipt property gets and changes the email delivery receipt request.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
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.
WLanguage procedure called by inAppPurchaseProduct
Procedure ("Callback") called by inAppPurchaseProduct when the response to the purchase request is received.
<Element>.ExecuteRefreshUI (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Start of Break block (Break header)
The Start of break block is optional......
1
2
3
4
5
6
234
>