TXTextControl.TabKey Property

Determines if the keyboard's tab key moves the input focus to the next control or to insert tabulators in the Text Control's text.

Syntax

TXTextControl.TabKey [= boolean]
Setting Description
True (Default) Inserts a tabulator in the Text Control's text.
False Moves the current input focus to the next control.

Data Types

Boolean.

See Also