EnglishРусский  
 Share/Save/Bookmark
 

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