ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
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: "<Name of root>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" In case of duplicates on a path element, this path can contain the element identifier (specified at the end of its name by TreeID).
Name of TreeView control to use.
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. See Managing duplicates in the TreeView controls for more details. 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 TreePosition. This result has the following format: "<Name of root>" + 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: "<Name of root>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" In case of duplicates on a path element, this path can contain the element identifier (specified at the end of its name by TreeID).
Displaying an element at the start of the TreeView control (syntax 2)
Selecting the element of row whose subscript is <Subscript>
Last update: 09/17/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: