ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Scope (Property)
The Scope property property is used to specify requested permissions.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
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.
DescriptionStatusCode (Property)
The DescriptionStatusCode property is used to get the status description of the response to the request.
ReturnReceipt (Property)
The ReturnReceipt property gets and changes the email delivery receipt request.
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.
Error 1037: This member already exists in the structure
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
ERR_MISSING_PAGE
1
3
4
5
6
7
237
>