TabStop property


Available for all Control objects except Static, Group, Image, ToolBar, StatusBar and ProgressBar.

Read/Write at design time
Read/Write at run time

Specifies whether a control object will receive the focus while navigating with the <Tab> key. It can be one of the following values:

TRUE    Control object will receive the focus at its order (default).
FALSE  Control object will not receive the focus (it will jump to the next tab order).


REMARKS: While pressing the <Tab> key, control objects receive the focus in the order specified by the
TabOrder property.