Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomMemoProperties.WordWrap Property

Determines whether long strings are wrapped within a memo editor.

#Declaration

Delphi
property WordWrap: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

If WordWrap is True and there is no horizontal scrollbar, long strings are wrapped at the right edge of a memo control. Otherwise, a long string that does not contain return characters is displayed in a single line.

The default value of the WordWrap property is True.

See Also