Class Treeview
Inheritance
| CustomControl | TreeView 🡄 CustomControl 🡄 WinControl 🡄 Control 🡄 Component 🡄 Object |
Properties
| Items | The Treenodes object of the treeview (ReadOnly). |
| Selected | The currently selected treenode. |
Methods
| beginUpdate () | |
| endUpdate () | |
| fullCollapse () | Collapses all the nodes, including the children's nodes. |
| fullExpand () | Expands all the nodes and all their children. |
| getItems () | |
| getSelected () | |
| saveToFile ( filename ) | Saves the contents of the treeview to disk. |
| setSelected () |
Creation
| createTreeView ( owner ) |
Inheritance
- CustomControl
- TreeView 🡄 CustomControl 🡄 WinControl 🡄 Control 🡄 Component 🡄 Object
Properties
- Items
-
The Treenodes object of the treeview (ReadOnly).
Type:
- Selected
-
The currently selected treenode.
Type:
Methods
- beginUpdate ()
- endUpdate ()
- fullCollapse ()
- Collapses all the nodes, including the children's nodes.
- fullExpand ()
- Expands all the nodes and all their children.
- getItems ()
-
Returns:
- getSelected ()
-
Returns:
- saveToFile ( filename )
-
Saves the contents of the treeview to disk.
Parameters:
- filename string
- setSelected ()