tvDeleteAllItems |
Top Previous Next |
Syntax INT = tvDeleteAllItems(win as WINDOW,id as UINT) Description Removes all items from a tree view control. Parameters win - Window or dialog containing control. id - Identifier of tree view control. Return value Returns TRUE (1) if successful, FALSE(0) on failure. Remarks See Also: tvDeleteItem Example usage tvDeleteAllItems mywnd, 5 |