ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
<TreeView Table>.DeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
<TreeView Table>.InsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
<Table>.ExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
<Table>.CollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
11. Controls in practice
Discover the main characteristics of the controls...
14. Controls in practice
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......