Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / InsertMode Property
In This Topic
    InsertMode Property
    In This Topic
    Gets or sets whether characters can be added to text in the terminal window without typing over existing characters.
    Syntax
    expression.InsertMode As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is set to false, typing over existing characters replaces those characters.

    When this property is set to true, new characters are inserted at the cursor location, and existing characters are moved to the right.

    This property is relevant when Reflection is in Block mode.

    See Also