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


In This Topic
    FormXmitToCursor Property
    In This Topic

    Gets or sets a value indicating whether to transmit all transmittable fields between home and the cursor position when the session is in forms mode.

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

    Property Value

    If false, T27 transmits all transmittable fields on the page.
    See Also