AddNewNode
Previous  Next

Creates a new node, adds it to the TreeView object and returns a reference to it.
Syntax: AddNewNode (text As String) As Node

Example:
      Form1.Show
      tv.New1("Form1", 5, 10, 200, 200)
      node1.New1
      node1.Value = tv.AddNewNode("Parent") 'node1 references the newly created node