DhEdit.setWordWrap

Overview | Methods | This Package | All Packages

DhEdit.setWordWrap

Sets the wrapping mode for a multiline edit box.

Syntax

public void setWordWrap( boolean wrap )

Parameters

wrap

Set to true to cause text to wrap to the next line at the edge of the edit control; set to false to cause text to continue past the viewable area of the control.

See Also   getWordWrap