isCOBOL Evolve
:
User Interface
:
Controls Reference
:
TAB-CONTROL
:
Properties
: Tab-To-Delete
Tab-To-Delete
When set to a positive value, the corresponding Tab is removed from the Tab-Control control.
Example
- Remove the first page of a tab-control
procedure
division
.
...
modify
screen-1-tc-1
tab-to-delete
1
...
This site works best with JavaScript enabled