Control Object Properties
TabMode Set logic for TAB key
   
Description This property is used to define how the TAB key will be processed with the control. It is available for either the GRID control only.

In the Grid control the possible values are:

0 Normal Processing (exits grid)
1 Move right across a grid by column, exit on last column
2 Move right across a grid by column, wrap to first column
3 Move down by row, hold on last row
4 Move down by row, return to column 1, hold on last row.
   
Default 0.
   
Used by GRID