Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomMemoProperties.WantTabs Property

Specifies whether a user can insert tab characters into text.

#Declaration

Delphi
property WantTabs: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the WantTabs property to True to allow a user to insert tab characters into text. Otherwise, pressing a tab character selects another control on a form. If WantTabs is True, users can tab into an edit control, but they cannot tab out.

The default value of the WantTabs property is False.

See Also