Reset-List
By assigning a value other than zero to this property, all the items are removed from the Tree-View control.
 
Example - Modify a tree-view to reset its contents
...
procedure division.
...
  modify screen-1-tv-1 reset-list 1
...