|
|
|
|
|
<TreeView>.Select (Function) In french: <Arbre>.Select Returns the full path of the selected element in a TreeView control. Example of TreeView control:
ResPath = TREE_TVRecipe.Select()
Syntax
<Result> = <TreeView control>.Select()
<Result>: Character string Full path of the selected element, in the following format:
"<Root name>" + TAB + ["<Name of 1st node>" + TAB + ... ["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" <TreeView control>: Control name Name of the TreeView control to be used.
Related Examples:
|
Unit examples (WINDEV): The TreeView control
[ + ] Using the TreeView control via the WLanguage Tree functions.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|