Object Reference > True DBGrid Properties > AllowArrows Property |
AllowArrows Property
Enables use of arrow keys for grid navigation.
TDBGrid.AllowArrows= boolean
Read/Write at run time and design time.
If True (the default), the user can use the arrow keys to move from cell to cell within the same row.
If False, the left and right arrow keys will move focus from control to control and cannot be used to move between cells.
The user cannot use the arrow keys to move out of the TDBGrid control when this property is set to True. If the WrapCellPointer property is also set to True, then the arrow keys will wrap around rows and the user can navigate the entire grid using the arrow keys.