public TreeNode(text as String, icon as String = "", kind as String = ""):
Creates a tree node.
node = TreeNode("Orders", "T", "table")