ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
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: "<Root name>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" Empty string ("") if no element corresponds to the search.
Name of the TreeView control to be used.
Identifier of element to find. This identifier must be identical to the one used in <TreeView>.Add, <TreeView>.Insert or <TreeView>.Modify.
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: 05/26/2022
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: