WantReturns: Boolean;
The WantReturns property determines whether it is possible to insert a carriage return character in the edited text (pressing the Enter button).
By default the property is set to True, and it is possible to insert a carriage return character.
NOTE. The OnClick event is not generated for the button on the form with the set DefaultButton property on clicking the ENTER button, if the focus is on the Memo component, and the WantReturns property is set to True.
See also: