treeitem.move
Move an item.
method uint treeitem.move (
treeitem after
)
treeitem after
)
Parameters
after | The node to insert the item after. Specify 0 if it should be made the first item. |
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
treeitem.move
Move an item.
method uint treeitem.move (
treeitem target,
uint flag
)
treeitem target,
uint flag
)
Parameters
target | The node to insert the item after or before depending on the flag. | ||||||||
flag | Move flag.
|
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |