InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / WordWrap Property
In This Topic
    WordWrap Property
    In This Topic

    Gets or sets a value indicating whether to move the word being typed to the next line if the word has more characters than can fit on the current line.

    Syntax
    expression.WordWrap As Boolean
    where expression is a variable that represents a T27Terminal Object

    Property Value

    If false, the word being typed is split between the current line and next line when no room is left on the current line.
    Remarks

    This property is primarily used with LINC applications. If you enable this feature, be sure to manually add delimiters at the end and beginning of each line.

    See Also