Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / WordWrap5250 Property
In This Topic
    WordWrap5250 Property
    In This Topic
    Gets or sets a value indicating 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.
    Syntax
    expression.WordWrap5250 As AS400WordWrapOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    An AS400WordWrapOption enumeration value.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    This property only applies to 5250 sessions.
    • Text wraps to the next available field as controlled by the host. (The default.)
    • Text wraps to the next available field as controlled by Reflection.
    • Text does not wrap to the next available field. Instead, it is truncated at the end of the current field.
    See Also