TcxCustomBlobEditProperties.MemoWantReturns Property
Determines whether the Enter key inserts a carriage return into the entered text.
Declaration
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