Applies to
Declaration
property WordWrap: Boolean;
Description
The WordWrap property determines if text in a TPlusMemo or TDBPlusMemo wraps at the right margin so that it fits in the control (this supposes that ColumnWrap is zero). You can give the user access to the lines which aren't visible in a memo control by setting its ScrollBars property to add horizontal, vertical, or both scrollbars to the memo control. There should be no reason to use a horizontal scroll bar if WordWrap is True. This property acts the same as the similarly named one of TMemo.
Its default value is True. It is run time and design time accessible, with read and write access. When changing the value of WordWrap, a text formatting will take place and OnProgress events will occur at regular intervals.
If property ColumnWrap is different from zero, lines will extend up to the position indicated by ColumnWrap spaces, instead of the right margin.
See also
Property ColumnWrap;
Property ParagraphsWrapable;
Property WordWrapChars