InfoConnect for Unisys
WordWrap Property


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
'Declaration
 
Property WordWrap As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
bool WordWrap {get; set;}

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