SEE top-level constant

String const SEE

Select Editing Extent.

Representation: CSI s \x51

Parameter default value: s = 0

SEE is used to establish the editing extent for subsequent character or line insertion or deletion. The established extent remains in effect until the next occurrence of SEE in the data stream. The editing extent depends on the parameter value:

  • 0 - the shifted part is limited to the active page in the presentation component
  • 1 - the shifted part is limited to the active line in the presentation component
  • 2 - the shifted part is limited to the active field in the presentation component
  • 3 - the shifted part is limited to the active qualified area
  • 4 - the shifted part consists of the relevant part of the entire presentation component

Implementation

const String SEE = 'Q';