[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the control in the sequence of controls accessed by successive presses of the Tab key?
Source position: controls.pp line 1889
public property TWinControl.TabStop: Boolean |
Use the TabStop to allow or disallow access to the control using the Tab key.
If the 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.
lazarus-ccr.sourceforge.net |