ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Path of element found. This string can contain specific control characters. This string can be used in all the functions that manage TreeView controls. This path has the following format: "<Name of root>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" Empty string ("") if no element corresponds to the search.
Name of TreeView control to use.
Identifier of element to find. This identifier must be identical to the one used in TreeAdd, TreeInsert or TreeModify.
Path of source element for the search in the TreeView control. If this parameter is not specified or if it corresponds to the Null constant, the search is performed from the root of TreeView control.
Specifies the search characteristics:tvLeafSearch performed on the leaves of TreeView control. tvNodeSearch performed on the nodes of TreeView control. tvOneLevelSearch performed on a single level of tree structure (the elements found below the source branch are ignored). The search is performed on the child elements of source element.By default, the search is performed with tvLeaf + tvNode (all elements found in the TreeView control are browsed).
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: