[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.TabStop

Is the control in the sequence of controls accessed by successive presses of the Tab key?

Declaration

Source position: controls.pp line 1889

public property TWinControl.TabStop: Boolean
  read FTabStop
  write SetTabStop
  default false;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.