How to search for text in the object Tree ignoring the character case?![]()
Professional Software Development Tools
How to search for text in the object Tree ignoring the character case?![]()
based like this?
Code:-- Search for the text NodeFound = Tree.FindNodeByText("Tree1", "Some Item"); -- check if there was a result if NodeFound == "" then -- The node was not found else Tree.SetSelectedNode("Tree1", NodeFound); end