|
 |
|
NOTE: This Design document is subject to change at any time. |
searches the tree for a Node whos column text is equal to Text. The Column argument specifies the caption of the column to be searched. If left blank, then the first column is searched. Start gives the node to start the search at. If set to Null (nothing) then the search starts at the first node in the tree. If ExpandedOnly is set to true (default is false) then only expanded nodes are searched. If Forward is set to true (default) then the search goes forward from the start node, otherwise it goes backwards from the start node. |
|