ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
State (Property)
The State property is used to get and change the state of an element.
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element displayed.
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
7. AJAX technology
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
The statistics
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations......
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Weight (Property)
The Weight property is used to manage the weight of an element in a TreeMap control.
16. Application test in practice
2. Analysis in practice