Indicates whether the Tab key can be used for keyboard navigation in the control.
Source position: controls.pp line 2102
protected function TWinControl.CanTab: Boolean; override; |
CanTab is an overridden method in TWinControl. The return value is True if the control is eligible to receive input focus. It must have a parent form and be both visible and enabled.
Set TabStop to indicate the control is omitted in the tab order for the parent form.
|
Is this control allowed to receive the focus when parent form is visible? |
|
|
Transfers the focus to the next child control. |
|
|
Checks whether the control has focus. |
|
|
Determined whether the Tab key can be used for navigation in the control. |
CT Web help |
CodeTyphon Studio |