RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRichEdit.WantTabs Property

Determines whether the user can insert tab characters into the text.

Pascal
property WantTabs: Boolean;
C++
__property Boolean WantTabs;

Set WantTabs to true to allow users to enter tab characters into the text. Set WantTabs to false if you want the tab character to select the next control on the form instead.

Note: If WantTabs is true, users can tab into the edit control, but they can't tab out.
 

Text 

WantReturns 

Displaying and Editing Text in a Memo Control 

Displaying and Editing Text in a Rich Edit Memo Control

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!