ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Functions for managing TreeView controls (prefix syntax)
The following functions are used to manage TreeView controls (prefix syntax):
<TreeView>.Identifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<TreeView>.DeleteChild (Function)
Deletes the children of an element from a TreeView control without deleting the element itself.
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.InputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
<TreeView Table>.InsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
1
3
4
5
6
7
20
>