RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMemo.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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!