ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Project Management Hub: Task management
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static Text control found in a window. of a Static Text control found in a report....
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
<Chart>.PointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document. define button styles for a Windows notification....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
The Sidebar control
The Sidebar control gives access to different options......
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......