Creates a new TreeView object can also be called as PARENT->AddTreeView(%OPTIONS).
Gets or sets the background color for the control.
Change most of the options used when the item was created (see InsertItem()). Allowed
%OPTIONS
are:
-bold
-image
-selected
-selectedimage
-text
Deletes all nodes from the TreeView if no argument is given; otherwise,
delete all nodes under the given NODE.
Closes a NODE of the TreeView.
Returns the number of nodes in the TreeView.
Removes the specified NODE from the TreeView.
[TBD]
[TBD]
[TBD]
Returns the handle of the first child node for the given NODE.
See ItemInfo().
[TBD]
Returns the handle of the next sibling node for the given NODE.
[TBD]
Returns the handle of the parent node for the given NODE.
Returns the handle of the previous sibling node for the given NODE.
[TBD]
Returns the handle of the TreeView root node.
[TBD]
[TBD]
Inserts a new node in the TreeView. Allowed
[TBD]
Returns an associative array of information about the given NODE:
Deletes all nodes from the TreeView.
Selects the given NODE in the TreeView; the optional FLAG parameter can be
set to 5 if you want the selected NODE to become, if possible, the first
visible item in the TreeView. If NODE is 0 (zero), the selected item, if
any, is deselected.
Returns the handle of the currently selected node.
[TBD]
Sorts the childs of the specified NODE in the TreeView.
Gets or sets the text color for the control.
%OPTIONS
are:
-bold => 0/1, default 0
-image => NUMBER
index of an image from the associated ImageList
-item => NUMBER
handle of the node after which the new node is to be inserted,
or one of the following special values:
0xFFFF0001: at the beginning of the list
0xFFFF0002: at the end of the list
0xFFFF0003: in alphabetical order
the default value is at the end of the list
-parent => NUMBER
handle of the parent node for the new node
-selected => 0/1, default 0
-selectedimage => NUMBER
index of an image from the associated ImageList
-text => STRING
the text for the node
-children
-image
-parent
-selectedimage
-state
-text
Sent when the user closes the specified NODE of the TreeView.
Sent when the user is about to close the specified NODE of the TreeView.
The event should return 0 to prevent the action, 1 to allow it.
Sent when the user opens the specified NODE of the TreeView.
Sent when the user is about to open the specified NODE of the TreeView The
event should return 0 to prevent the action, 1 to allow it.
Sent when the user presses a key while the TreeView control has focus; KEY
is the ASCII code of the key being pressed.
Sent when the user clicks on the specified NODE of the TreeView.