Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Forms > Forms Assembly Interfaces > ITermEdit > ITermEdit.WantTabs

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