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


In This Topic
    IbmCharInsertionOption Property
    In This Topic
    Gets or sets how character insertion is handled during IBM 3151 terminal sessions (TerminalType = rcIBM3151). When this property is True, a character insertion forces a character off a row (or off the end of the screen if Autowrap is on) when a character insertion operation is performed and a null character cannot be found to delete to accommodate the insertion.
    Syntax
    'Declaration
     
    
    Property IbmCharInsertionOption As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.IbmCharInsertionOption = value
     
    value = instance.IbmCharInsertionOption
    bool IbmCharInsertionOption {get; set;}
    See Also