ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Actual position at which the row was moved. This position is equal to the subscript of the row destination only if the destination is before the source in the TreeView Table control.
Name of the TreeView Table control to be used.
Branch to move. This branch can be identified: by the index of the branch to move. This index must be between 1 and the number of control rows (returned by the <Table>.Count function or the Count property). by the path of the element to move. This parameter has the following format: "<Root name>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>"
Destination branch. This branch can be identified: by the index of the destination branch. This index must be between 1 and the number of control rows (returned by the <Table>.Count function or the Count property). by the path of the destination element. This parameter has the following format: "<Root name>" + 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: tmInChildThe 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.tmInSiblingThe 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: 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: