InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / ETXAdvance Property


In This Topic
    ETXAdvance Property
    In This Topic

    Gets or sets a value indicating whether to move the Datacomm pointer one position to the right of the ETX location when T27 receives an ETX character (end of text character) from the host.

    Syntax
    'Declaration
     
    
    Property ETXAdvance As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.ETXAdvance = value
     
    value = instance.ETXAdvance
    bool ETXAdvance {get; set;}

    Property Value

    If false, the Datacomm pointer is moved to the ETX location.

    See Also