[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Controls the behavior for Tab navigation in the grid control.
Source position: grids.pas line 1246
protected property TCustomGrid.TabAdvance : TAutoAdvance |
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.
|
Enumerated type with values controlling grid auto advance behavior. |
|
|
Handles key down events for the grid control. |