IControl.TabStop

Syntax

TabStop: Boolean;

Description

The TabStop property determines whether the component gets focused when the TAB key is pressed.

Comments

This property is relevant for the components that have the visual value editor and can get focus. The property is also available for the container components. The change of property value for the container component does not influence on this property of the components placed on it.

For the following components the property is not supported and is always set to False:

See also:

IControl | IControl.TabOrder