Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.CanTab

Determined whether the Tab key can be used for navigation in the control.

Declaration

Source position: controls.pp line 1462

protected function TControl.CanTab: Boolean; virtual;

Description

Always returns False in TControl. Overridden in TWinControl.

See also

TWinControl.CanTab

  

Indicates whether the Tab key can be used for keyboard navigation in the control.