InfoConnect for Airlines
IbmLineInsertionOption Property


Returns or specifies how line insertion is handled during IBM 3151 terminal sessions (TerminalType = rcIBM3151). When this property is True, a line insertion forces the last line off the screen when a null line cannot be found to delete to accommodate the insertion.
Syntax
'Declaration
 
Property IbmLineInsertionOption As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.IbmLineInsertionOption = value
 
value = instance.IbmLineInsertionOption
bool IbmLineInsertionOption {get; set;}
See Also