Back to Devexpress

TdxRichEditControlBase.WantTabs Property

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-a878a16f.md

latest1.1 KB
Original Source

TdxRichEditControlBase.WantTabs Property

Specifies if an end user can press the Tab key to insert tab characters into text.

Declaration

delphi
property WantTabs: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

A Tab keystroke inserts a tab character into an open document at the caret position. Set the WantTabs property to False to allow the application form to process Tab keystrokes rather than the Rich Edit control. A Tab keystroke moves focus to other control on the form in this mode.

The WantTabs property’s default value is True.

See Also

TdxRichEditControlBase

TdxRichEditControlBase.WantReturns

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit