[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Allows the user to insert Return characters (line breaks) into the text.
Source position: stdctrls.pp line 893
public property TCustomMemo.WantReturns : Boolean |
The Enter key typically is used to press the default button in a form, so that it cannot be used to add line breaks into the text.
Setting WantReturns to True allows one to enter line breaks, when the control has the focus.
Even if WantReturns is False, CTRL-Enter inserts an line break.
|
Allows to enter Tab characters into the text. |
lazarus-ccr.sourceforge.net |