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

TCustomComboBox.TabStop

Enables or disables keyboard navigation using the Tab or Shift+Tab keys.

Declaration

Source position: stdctrls.pp line 441

public property TCustomComboBox.TabStop : Boolean
  default True;

Description

Allows the user to navigate to or from this control by pressing the Tab or Shift+Tab keys. The default value for the property is True in TCustomComboBox.

See also

TWinControl.TabStop

  

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


Version 3.2 Generated 2024-02-25 Home