isCOBOL Evolve
:
User Interface
:
Controls Reference
:
COMBO-BOX
:
Properties
: Item-Value
Item-Value
Item-Value is synonymous with the
Item-Text
property.
Example -
Modify a combo-box text for an item
procedure
division
.
...
modify
screen-1-co-1
item
3
item-value
"Changed item"
.
...
This site works best with JavaScript enabled