[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TToggleBox.TabStop

Enables navigation using the Tab key.

Declaration

Source position: stdctrls.pp line 1484

published property TToggleBox.TabStop : Boolean
  default True;

Description

Allows the user to navigate to this control, by pressing the Tab key. The default value for the property is True in TToggleBox.

See also

TWinControl.TabStop

  

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