IControl.TabStop

Syntax

TabStop: Boolean;

Description

The TabStop property determines whether the component gets focused when the TAB button 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 components-containers. The change of property value for the component-container does not influence on this property of the components placed on it.

For the following components the property is not supported and it always has the False value:

See also:

IControl | IControl.TabOrder