TPlusMemo.WordWrapChars property
PlusMemo Help Send comments on this topic.
TPlusMemo.WordWrapChars property

Glossary Item Box

 

Applies to

TPlusMemo, TDBPlusMemo

 

Declaration

property WordWrapChars: string;

 

Description

The WordWrapChars property determines which characters can be used for breaking lines that are too long.  If property WordWrap is True, lines can be wrapped at characters following those present in WordWrapChars.  Space and tab characters are implicit and need not be entered for lines to break at these characters.

 

The default value is an empty string, resulting in line wrapping only after space and tab characters.  Other than an empty string, a typical value for this property would include the hyphen character ("-") so TPlusMemo can break lines after a hyphen.

 

Note

Property WordWrapChars influence the line wrapping behavior only if WordWrap is True, and only for paragraphs that don't have property ParagraphsWrapable set to False.