ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.
<TreeView>.InfoXY (Function)
Returns the TreeView element found at a given position.
<TreeView>.ExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
<TreeView>.CopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
<Table>.MoveColumn (Function)
Moves a column in a Table or TreeView Table control.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
<TreeView>.Modify (Function)
Modifies an element (node or leaf) in a TreeView control.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
TreeGiveChild (Function)
Returns the "children" of an element found in a TreeView control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
1
2
3
4
5
6
20
>