Vcl.StdCtrls.TCustomCombo.FIsFocused
Delphi
FIsFocused: Boolean;
C++
bool FIsFocused;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCombo |
Description
Specifies whether the combo box is focused.
FIsFocused field is set to True if the combo box is focused and to False otherwise.