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

TWinControl.TabStop

Allows the user to navigate to this control, by pressing the Tab key.

Declaration

Source position: controls.pp line 2184

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

See also

TWinControl.TabOrder

  

Determines the sequence of controls, reachable when the user presses the Tab key.

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