Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomTabControl.TabStop

Enables or disables navigation using the Tab key.

Declaration

Source position: comctrls.pp line 510

published property TCustomTabControl.TabStop : Boolean
  default True;

Description

The default value for the property is True in TCustomTabControl.

See also

TWinControl.TabStop

  

Allows the user to navigate to / from the control by pressing the Tab or Shift+Tab keys.