ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
The "Commands" pane
The "Commands" pane lists......
1. Examples provided with WINDEV Mobile
The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......
The "Analysis" pane
The "Analysis" pane lists......
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
Method (Property)
The Method property specifies the HTTP method used.
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
<httpRequest variable>.ReadCookie (Function)
Returns the value of a cookie received further to an HTTP request.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control.
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
15. Cookies: information stored on the end user's computer
Composite keys
A composite key is a key item containing several other items......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
15. Repeating a group of controls: loopers
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...