FMX.ComboEdit.TCustomComboEdit.DroppedDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DroppedDown: Boolean read GetDroppedDown;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TCustomComboEdit

Description

Returns whether the drop-down box associated with the current TComboEdit object is visible.

See Also