ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: TreeView Table functions
22 results
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
Functions for managing TreeView Table controls (prefix syntax)
List of functions for managing TreeView Table controls
TableAddChild (Example)
Usage example of the TableAddChild function
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
TableCollapse (Function)
Collapses:
  • a branch that was previously expanded in a TreeView Table control.
  • a break that was previously expanded in a Table control.
  • a detailed window displayed for a row.
TableCollapseAll (Function)
Collapses:
  • the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
TableExpand (Function)
Expands:
  • a branch that was previously collapsed in a TreeView Table control.
  • a branch that was previously collapsed in a Table control.
  • a detailed window displayed for a row.
TableExpandAll (Function)
Expands:
  • the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
TableGiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
TableItemStatus (Function)
Returns the state of a node in a TreeView Table control: rolled up, unrolled or non-existent.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
TableToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
TreeView Table control functions
List of functions for managing TreeView Table controls