Property TabStop: Boolean (R/W)
Description
Determines if the user can tab to a control.
Remarks
This property is common to all TForm controls.
Details
Use the TabStop to allow or disallow access to the control using the Tab key.
If TabStop is true, the control is in the tab order. If TabStop is false, the control is not in the tab order and the user can't press the Tab key to move to the control.