Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.TabStop

Allows the user to navigate to this control, by pressing the Tab key.

Declaration

Source position: grids.pas line 1353

public property TCustomGrid.TabStop : Boolean
  default True;

Description

The default value for TabStop is True in TCustomGrid.

See also

TWinControl.TabStop

  

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