Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / WordWrap3270MinimumFieldLength Property
In This Topic
    WordWrap3270MinimumFieldLength Property
    In This Topic
    Gets or sets the minimum field length required for word wrap in 3270 terminal sessions.
    Syntax
    expression.WordWrap3270MinimumFieldLength As Integer
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is outside the range of valid values.
    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
    If a field is less than this length, text does not wrap to the next available field, regardless of the current value of the WordWrap3270 property. This setting affects 3270 sessions only and is ignored if WordWrap3270 is false. The default value is 10 for all templates except Legacy Reflection which has a default of 40. The range of values is 10 - 132.
    See Also