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:

    TreeNodes
getSelected ()

Returns:

    TreeNode
saveToFile ( filename )
Saves the contents of the treeview to disk.

Parameters:

setSelected ()

Creation

createTreeView ( owner )

Parameters:

  • owner

Returns:

    Treeview
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35