InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IbmLineInsertionOption Property


In This Topic
IbmLineInsertionOption Property
In This Topic
Gets or sets 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
See Also