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

TObject
TreeNodes 🡄 TObject

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:

clear ()
getCount ()

Returns:

    integer
getItem ( index )
Return the TreeNode object at the given index (based on the TreeView's Treenodes).

Parameters:

  • index integer

Returns:

    TreeNode
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
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35