ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
True if the element was copied,False otherwise.
Name of the TreeView control to be used.
Path of element (leaf or node) to copy. This element and all the branches issued from this element will be moved. This parameter has the following format: "<Root name>" + 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).
Path of element (leaf or node) corresponding to the new "parent" node of the copied element. This element must exist. This parameter:has the following format: "<Root name>" + 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).corresponds to the NULL constant if the "parent" node is the root of the TreeView control.
Position of the copied element in relation to the "child" elements of the destination node.tvAcceptDuplicateThe duplicates are accepted (two elements on the same level can have the same name). The copied element is inserted in alphabetical order, among the elements of the same level.tvAlphaSort(Default value)The copied element is sorted in alphabetical order, among the elements of the same level.tvFirstThe element is copied to the first spot of the level.tvLastThe element is copied to the last spot of the level.
Copying an element onto itself
Duplicates
Priority order for the sort
Last update: 03/02/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: