Previous Up Next

_SDELcompTree
Removes an item from a tree view

CompTree _SDELcompTree (
CompTree _tree_
S _key_
I _searchorder_
)
Parameters

_tree_
any CompTree
_key_
string to search for
_searchorder_
can be one of following values :
Value Meaning
TRE_PRE_ORDER use pre order search
TRE_LEVEL_ORDER use level order search
Return value

same CompTree