Vcl.StdCtrls.TCustomCombo.FDroppingDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDroppingDown: Boolean;

C++

bool FDroppingDown;

Properties

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

Description

Specifies whether the list box is dropping down.

FDroppingDown field is used when adjusting the drop-down list box size.

See Also