RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.TabStops Property

Indicates whether the user can tab to specified columns in the grid.

Pascal
property TabStops [Index: Longint]: Boolean;
C++
__property Boolean TabStops[Longint Index];

Set TabStops to false to remove the column identified by Index from the tab order. The first column in the grid is identified by an Index of 0.

Note: When the Options property does not include goTabs, the user can't tab to any column, even if TabStops is true.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!