ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Actual position at which the row was moved. This position is equal to the subscript of the destination row only if the destination is found before the source in the TreeView Table control.
Name of TreeView Table control to use.
Branch to move. This branch can be identified: by the subscript of the branch to move. This subscript must be included between 1 and the number of control rows (returned by <Table>.Count or by Occurrence). by the path of the element to move. This parameter has the following format: "<Name of root>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>"
Destination branch. This branch can be identified: by the subscript of the destination branch. This subscript must be included between 1 and the number of control rows (returned by <Table>.Count or by Occurrence). by the path of the destination element. This parameter has the following format: "<Name of root>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" by 'Null' or empty string ("") to specify the root of the tree structure.
Type of move to perform: Versions 18 and latertmInChildNew in version 18tmInChildtmInChildThe branch is moved and it will be the first child of destination branch. The branch moved will be positioned one level below the destination branch in the hierarchy.Versions 18 and latertmInSiblingNew in version 18tmInSiblingtmInSiblingThe branch is moved and it will be the next sibling of the destination branch. The branch moved will be positioned on the same hierarchy level as the destination branch but at the following position.
Last update: 03/25/2021
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: