Edit.getWordWrap

Overview | Methods | This Package | All Packages

Edit.getWordWrap

Retrieves a boolean value indicating whether a multiline edit control automatically wraps words to the beginning of the next line when necessary.

Syntax

public final boolean getWordWrap()

Return Value

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