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


In This Topic
    FFClearsTabs Property
    In This Topic

    Gets or sets a value indicating whether to clear any variable tabs when T27 receives an FF character from the host.

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

    T27 always clears the page after receiving the FF character, whether or not you select this option.

    See Also