Retrieves a boolean value indicating whether a multiline edit control automatically wraps words to the beginning of the next line when necessary.
public final boolean getWordWrap()
Returns true if the multiline edit control automatically wraps words to the beginning of the next line when necessary; returns false if instead of wrapping to the next line, the edit control automatically scrolls horizontally when the user types past the right edge of the edit control.
See Also setWordWrap