tree.del
Deleting an item. Delete an item together with all its child items.
method tree.del (
treeitem item,
uint funcdel
)
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
)
treeitem item
)
Parameters
item | The item being deleted. |
Related links | Source |