ITermEdit.WantTabs

Syntax

WantTabs: Boolean;

Description

The WantTabs property determines whether a tab character can be inserted in the edited text (pressing the TAB key).

Comments

The property is set to False by default, 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:

ITermEdit