[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Allows to enter Tab characters into the text.
Source position: stdctrls.pp line 894
public property TCustomMemo.WantTabs : Boolean |
The Tab key is normally used to move the focus to the next control, so that it cannot be used to add Tabs to the text.
When WantTabs is True, the Tab key inserts a Tab character into the text, instead of moving the focus to then next control.
Even if WantTabs is True, the user can Tab into the control, but not out again.
|
Allows the user to insert Return characters (line breaks) into the text. |
lazarus-ccr.sourceforge.net |