RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TTabOrder Type

TTabOrder defines the tab order of a control.

Pascal
TTabOrder = -1..32767;
C++
-1..32767 TTabOrder;

TabOrder is the order in which child windows are visited when the user presses the Tab key. The control with the TabOrder value of 0 is the control that has the focus when the form first appears. Subsequent controls in the tab sequence have value 1, 2, 3 and so on.  

TTabOrder is the data type used by the TabOrder property. 

 

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