isCOBOL Evolve
:
User Interface
:
Controls Reference
:
TREE-VIEW
:
Properties
: Reset-List
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
...
This site works best with JavaScript enabled