isCOBOL Evolve
:
User Interface
:
Controls Reference
:
LIST-BOX
:
Properties
: Reset-List
Reset-List
By assigning a value other than zero to this property, all the items are removed from the List-Box control.
Example
- Empty a list-box
procedure
division
.
...
modify
screen-1-lb-1
reset-list
1
...
This site works best with JavaScript enabled