InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / TabStops Property
In This Topic
    TabStops Property
    In This Topic
    Gets or sets a value indicating the current tab stops. The return value is a string where tab stops are denoted by the 'T' character within the string. All other non-tab stop positions are denoted by spaces within the string. The setter can only be used when VariableWidthTabs is true.
    Syntax
    expression.TabStops As String
    where expression is a variable that represents a T27Terminal Object
    See Also