Vcl.StdCtrls.TCustomCombo.FFocusChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FFocusChanged: Boolean;

C++

bool FFocusChanged;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Specifies whether the combo box changed its focus state.

FFocusChanged field specifies whether the control changed its focus state.

See Also