WantTabs: Boolean;
The WantTabs property determines whether it is possible to insert a tab character in the edited text (pressing the Tab button).
By default the property is set to False, the Tab key is ignored, pressing this key moves the focus to the next component. If the property is set to True, pressing the Tab key inserts the tab character in the edited text of the component.
See also: