Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / AS400WordWrapOption Enumeration
In This Topic
    AS400WordWrapOption Enumeration
    In This Topic
    Defines valid values for the 5250 word wrap feature.
    Members
    MemberDescription
    HostText is wrapped to the next available line as controlled by the host.
    LocalText is wrapped to the next available line as controlled by Reflection.
    OffText is not wrapped to the next available line. Instead, it is truncated at the end of the current line.
    Remarks
    These enumeration values specify whether text is truncated at the end of the current field or wrapped to the next available field, and whether the host controls this behavior.
    See Also