Vcl.Themes.TStyleHook.Focused
Delphi
property Focused: Boolean read FFocused write FFocused;
C++
__property bool Focused = {read=FFocused, write=FFocused, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | class protected | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | TStyleHook |
Description
Specifies whether the control has the input focus.
Use the Focused property to see whether the control is the active control. When Focused returns True, the control has the input focus. When Focused returns False, the user cannot interact with the control.