ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
Properties associated with the chart series
List of properties associated with the chart series...
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
SCM file format evolutions
Four versions are available for the SCM repository......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
Handling report blocks
The different operations available on report blocks are as follows......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
DocDelete (Function)
Deletes an element from a document. This element is deleted from its associated document.
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....