Revision: 24427
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 1, 2010 15:53 by CaptainProton
Initial Code
Private Function nodeExists(key As String, treeView_ As Object) As Boolean nodeExists = Not (getNodeByKey(key, treeView_) Is Nothing) End Function
Initial URL
Initial Description
The method checks whether a TreeView node with a given key exists. Note: Requires the getNodeByKey(String, Object) method.
Initial Title
nodeExists(String, Object) As Boolean
Initial Tags
Initial Language
Visual Basic