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.WantReturns Property

Specifies whether a user can insert return characters into text.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Set the WantReturns property to True to allow a user to insert return characters into text. Otherwise, return characters are processed by a form. If WantReturns is False, users can still enter return characters into text by pressing the Ctrl+Enter combination.

The default value of the WantReturns property is True.

See Also