Vcl.StdCtrls.TCustomCombo.DroppedDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DroppedDown: Boolean read GetDroppedDown write SetDroppedDown;

C++

__property bool DroppedDown = {read=GetDroppedDown, write=SetDroppedDown, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Indicates whether the drop-down list is currently displayed.

Read DroppedDown to determine whether the drop-down list is visible. Set DropDown to drop the list down or close it up. DroppedDown is true when the drop-down list is open, and false when it is closed.

See Also