WordWrap

Declaration: ChartBook.Memos[].WordWrap: boolean;
Determines whether the memo control inserts soft carriage returns so that the text wraps at the right margin. The wrapping has cosmetic purposes only. The text does not include any return characters that were not explicitly entered. Set WordWrap to FALSE to have the edit control display a separate line only where return characters were explicitly entered into the text.

Please note that word wrapping does not work if the memo displays a horizontal scrollbar. Thus the property ScrollBars has to be set to ssNone or ssVertical in order the property WordWrap to become effective.

Hint: The method Lines.Add insert hard coded carriage return characters.