Checks whether the control has focus.
Source position: controls.pp line 2394
public function TWinControl.Focused: Boolean; virtual; |
True when the control has focus.
Focused is a Boolean function which indicates whether the control can be and is the currently focused control. The return value is True when the control can become focused during tab order navigation, has a valid Handle, and is the currently focused control in the widgetset class instance.
|
Indicates whether the Tab key can be used for keyboard navigation in the control. |
|
|
Returns the TWinControl for the given Handle; the parent control for a non-TWinControl Handle. |
Lazarus Component Library (LCL) | Version 4.99-db69628f2e (2025-05-17) | Home |