ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Finding out the name of the first element displayed in a TreeView control Hide the details
Full path of first element displayed in the TreeView control. This result has the following format: "<Root name>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" If there are two elements with the same name in the path, you can add the IDs of the elements (after their names using TreeID).
Name of the TreeView control to be used.
Specifies the management mode of duplicates in the elements of <Result>:False (default value): no management is performed.True: the names of path elements are built in order to contain their identifier. For more details, see Managing duplicates in the TreeView controls. This parameter is ignored.
Displaying a TreeView control from a specified element Hide the details
Full path of the first element displayed in the TreeView control after the call to <TreeView>.Position. This result has the following format: "<Root name>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>"
Full path of the node that will be displayed in first position in the TreeView control. This parameter has the following format: "<Root name>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" If there are two elements with the same name in the path, you can add the IDs of the elements (after their names using TreeID).
Displaying an element at the start of the TreeView control (syntax 2)
Selecting an element at row <Index>
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: