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

TCustomListBox.TabStop

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

Declaration

Source position: stdctrls.pp line 682

public property TCustomListBox.TabStop : Boolean
  default True;

Description

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

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