ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / TreeView Table functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Functions for managing TreeView Table controls (prefix syntax)
<Table>.CollapseAllCollapses:
  • the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
<Table>.ExpandExpands:
  • 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.
<Table>.ExpandAllExpands:
  • the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
<TreeView Table column>.SearchChildSearches for a value in a column of a TreeView Table control, in a specified branch.
<TreeView Table>.AddChildAdds a row into a TreeView Table control, at the end of a given hierarchy level.
<TreeView Table>.ChildCountReturns the number of direct children for an element in a TreeView Table control.
<TreeView Table>.DeleteChildDeletes all child rows from a branch of the hierarchy.
<TreeView Table>.GiveChildReturns the "children" of an element (lower level) in a TreeView Table control.
<TreeView Table>.GiveParentReturns the "parent" of an element in a TreeView Table control.
<TreeView Table>.InsertChildInserts a row into a TreeView Table control, in a given hierarchy level.
<TreeView Table>.ItemStatusReturns the status of a node in a Treeview Table control: collapsed, expanded or not found.
<TreeView Table>.ListChildLists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<TreeView Table>.MoveBranchMoves the content of a row as well as its entire descending tree structure in a TreeView Table control.
<TreeView Table>.SortChildSorts a branch in a TreeView Table control on one or more columns.
<TreeView Table>.SwapBranchSwaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<TreeView Table>.TypeItemChecks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
TableEnroule_objetCollapses:
  • 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.
Related Examples:
The TreeView Table control Unit examples (WINDEV): The TreeView Table control
[ + ] Using the "TreeView Table" control.
This control is used to organize the data found in a table in tree structure.
The user has the ability to see only the informations he is interesting it.
This example explains how to fill a treeview table, insert data, add child elements...
Drag and drop Unit examples (WINDEV): Drag and drop
[ + ] Using Drag & Drop with the WLanguage functions.
The following topics are presented in this example:
1/ How to manage Drag&Drop between WINDEV controls
2/ How to manage Drag&Drop from the Windows file explorer to a WINDEV control
Drag & Drop is used to move objects via the mouse. "Drag" consists in clicking an object and moving the mouse while keeping the left button down. "Drop" consists in releasing the left mouse button.
Drag & Drop can be used with WINDEV on the List Box, TreeView, Table and Image controls.
The Table/TreeView Table control (Progress Bar columns) Unit examples (WINDEV): The Table/TreeView Table control (Progress Bar columns)
[ + ] Using a Progress Bar column as well as the ..TextProgressBar property in a Table or TreeView Table control
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/04/2024

Send a report | Local help