ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<TreeView Table>.SortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
TreeCount (Function)
Returns the number of elements found in a branch of a TreeView control.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
1
2
3
4
5
6
20
>