InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / PersistentInsert Property
In This Topic
    PersistentInsert Property
    In This Topic

    Gets or sets a value indicating whether to keep the following keystrokes from disabling Insert mode: TAB, ENTER, UP ARROW, DOWN ARROW, RIGHT ARROW, LEFT ARROW, WORD LEFT, WORD RIGHT, END OF LINE, BACKSPACE, BACK TAB, TRANSMIT, and DELETE.

    When true, only the Insert key disables Insert mode.

    Syntax
    expression.PersistentInsert As Boolean
    where expression is a variable that represents a T27Terminal Object
    See Also