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

TCustomGrid.TabAdvance

Controls the behavior for Tab navigation in the grid control.

Declaration

Source position: grids.pas line 1246

protected property TCustomGrid.TabAdvance : TAutoAdvance
  read FTabAdvance
  write FTabAdvance
  default aaRightDown;

Description

TabAdvance is a TAutoAdvance used to determine the behavior for Tab navigation is used in the grid control. The default value for the is aaRightDown. See TAutoAdvance for the values and their usage.

TabAdvance is used in the implementation of the KeyDown method in TCustomGrid.

See also

TAutoAdvance

  

Enumerated type with values controlling grid auto advance behavior.

TCustomGrid.KeyDown

  

Handles key down events for the grid control.