Previous Up Next

_SSETcompTreeValue
Changes an item in a list box using its string value as key

CompTree _SSETcompTreeValue (
CompTree _tree_
S _key_
I _searchorder_
[S AlphaBitmap] _value_
)
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
_value_
element is defined by a string and a bitmap
Return value

same CompTree