TcxCustomMemoProperties.WantReturns Property
Specifies whether a user can insert return characters into text.
Declaration
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