InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / VariableWidthTabs Property
In This Topic
    VariableWidthTabs Property
    In This Topic
    Gets or sets a value indicating whether tab stops are variable width (true) or fixed width (false). If set to false, then tab stops are set based on the TabSize property.
    Syntax
    expression.VariableWidthTabs As Boolean
    where expression is a variable that represents a T27Terminal Object
    See Also