Value
This property represents the value of the Tab-Control control.
When inquired, it returns the value that is currently represented.
When set, the Tab-Control control changes its look to represent it.
It is the currently selected Tab.
 
Example - Get the selected page number
...
procedure division.
...
  inquire screen-1-tc-1 value ws-tc-1
...