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

TcxCustomBlobEditProperties.MemoWantReturns Property

Determines whether the Enter key inserts a carriage return into the entered text.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Use the MemoWantReturns property to determine whether the BLOB editor accepts carrige returns during text input. If this property value is True, then the Enter key is used to insert the carrige returns into the BLOB editor in memo mode. Otherwise, the Enter key is used to submit changes made to the editor contents and to close the dropdown window (to submit changes made to the editor contents when the MemoWantsReturns property value is True use the Ctrl+Enter keys combination).

The default value of the MemoWantReturns property is True.

See Also