Allows navigation to and from the control by pressing the Tab or Shift+Tab keys.
Source position: comctrls.pp line 1686
public property TCustomListView.TabStop : Boolean |
TabStop is a TabStop property which indicates if the control can be focused when using the Tab or Shift+Tab keys to navigate between controls on a form. TabStop is reintroduced in TCustomListView; the default value for the property is True. Changing the value for the property causes UpdateTabOrder to be called (in the ancestor class). A CM_TABSTOPCHANGED message is performed for the control.
TabStop is used in methods like FindNextControl, and may be updated in methods like Insert.
|
Allows the user to navigate to / from the control by pressing the Tab or Shift+Tab keys. |
| Version 4.4 | Generated 2025-11-08 | Home |