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