[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if keyboard navigation to/from the control is enabled using the Tab or Shift+Tab keys.
Source position: grids.pas line 1381
public property TCustomGrid.TabStop : Boolean |
The default value for TabStop is True in TCustomGrid, and allows the control to appear in the TabOrder for a Parent form. When goTabs is enabled in Options, Tab and Shift+Tab cannot be used to exit the control.
|
Contains the set of optional features and/or behaviors enabled for the grid control. |
|
|
Allows the user to navigate to / from the control by pressing the Tab or Shift+Tab keys. |
|
|
Indicates the navigation order for the control when the user presses the Tab or Shift+Tab key. |
Version 4.0 | Generated 2025-05-03 | Home |