Removes all items from the tree.
Syntax
rv = Send_Message(Ctrl, "OLE.RemoveAllItems")
Remarks
The RemoveAllItems method clears the tree. All items will be permanently removed.
Example
// Clear the tree Send_Message(@Window:".OLE_TREE", "OLE.RemoveAllItems")