Vcl.StdCtrls.TCustomCombo.FIsFocused

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also