Class TreeNodes
Inheritance
| TObject | TreeNodes 🡄 TObject |
Properties
| Count | The total number of Treenodes this object has. |
| FIXME [] | Same as Item |
| Item [] | Array to access each node. |
Methods
| add ( text ) | Returns a new root Treenode object. |
| clear () | |
| getCount () | |
| getItem ( index ) | Return the TreeNode object at the given index (based on the TreeView's Treenodes). |
| insert ( treenode, string ) | Returns a new treenode object that has been inserted before the given treenode. |
| insertBehind ( treenode, string ) | Returns a new treenode object that has been inserted after the given treenode. |
Inheritance
Properties
- Count
-
The total number of Treenodes this object has.
Type:
integer - FIXME []
-
Same as Item []
Type:
array - Item []
-
Array to access each node.
Type:
array
Methods
- add ( text )
-
Returns a new root Treenode object.
Parameters:
- text string
- clear ()
- getCount ()
-
Returns:
-
integer
- getItem ( index )
-
Return the TreeNode object at the given index (based on the TreeView's Treenodes).
Parameters:
- index integer
Returns:
- insert ( treenode, string )
-
Returns a new treenode object that has been inserted before the given treenode.
Parameters:
- treenode
- string
- insertBehind ( treenode, string )
-
Returns a new treenode object that has been inserted after the given treenode.
Parameters:
- treenode
- string