ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: TreeView Table functions
24 results
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
Converts the contents of a Table or TreeView Table control to a JSON string.
List of functions for managing TreeView Table controls
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
Usage example of the TableAddChild function
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
Returns the number of direct children for an element in a TreeView Table control.
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.
Collapses:
  • the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
Deletes all child rows from a branch of the hierarchy.
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.
Expands:
  • the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
Returns the "children" of an element (lower level) in a TreeView Table control.
Returns the "parent" of an element in a TreeView Table control.
Inserts a row into a TreeView Table control, in a given hierarchy level.
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
Searches for a value in a column of a TreeView Table control, in a specified branch.
Sorts a branch in a TreeView Table control on one or more columns.
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
Converts the contents of a Table or TreeView Table control to a JSON string.
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
List of functions for managing TreeView Table controls