EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

treeitem.move

Move an item.

method uint treeitem.move (
   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
)

Parameters

target The node to insert the item after or before depending on the flag.
flag Move flag.
$TREE_FIRSTThe first child item of the same parent.
$TREE_LASTThe last child item of the same parent.
$TREE_AFTERAfter this item.
$TREE_BEFOREBefore this item.

Return value

If the function succeeds, the return value is 1. If the function fails, the return value is 0.

Related links

Source

Edit