TcxCustomMemoProperties.WantTabs Property
Specifies whether a user can insert tab characters into text.
Declaration
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