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

TWinControl.TabOrder

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

Declaration

Source position: controls.pp line 2183

public property TWinControl.TabOrder : TTabOrder
  read GetTabOrder
  write SetTabOrder
  default -1;

See also

TWinControl.TabStop

  

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

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