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

TCustomEdit.TabStop

Enables keyboard navigation using the Tab or Shift+Tab keys.

Declaration

Source position: stdctrls.pp line 876

public property TCustomEdit.TabStop : Boolean
  default True;

Description

Allows the user to navigate to this control by pressing the Tab or Shift+Tab keys. The default value for the property is True in TCustomEdit.

See also

TWinControl.TabStop

  

Allows the user to navigate to / from the control by pressing the Tab or Shift+Tab keys.


Version 3.2 Generated 2024-02-25 Home