[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 2105

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.