EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

tree.del

Deleting an item. Delete an item together with all its child items.

method tree.del (
   treeitem item,
   uint funcdel
)

Parameters

item The item being deleted.
funcdel The custom function that will be called before deleting the each item. It can be 0.

tree.del

Delete an item together with all its child items.

method tree.del (
   treeitem item
)

Parameters

item The item being deleted.

Related links

Source