ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request to a web service (REST or SOAP).
SpreadsheetStyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
StyleID (Property)
The StyleID property is used to get and change the identifier of the style associated with an element.
<Spreadsheet>.StyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<WDPic variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST web service.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
4. When to use the debugger?
Draws a line composed of multiple segments in an Image variable....
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static Text control)....
Remote WEBDEV administrator: Error message management
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed in the browser of the Web user....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......