Edit.setWordWrap

Overview | Methods | This Package | All Packages

Edit.setWordWrap

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

Syntax

public final void setWordWrap( boolean value )

Parameters

value

Set to true if the multiline edit control automatically wraps words to the beginning of the next line when necessary; set to false if the edit control automatically scrolls horizontally when the user types past the right edge of the edit control. The default value is true.

See Also   getWordWrap