ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through table, Looper, List Box, ListView, and Combo Box controls, supercontrols, and reports based on tables. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on tables. Then, the iteration is reinitialized....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Generating an application for Universal Windows 10 App
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Events associated with Carousel controls
List of events associated with Carousel controls...
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.