FMX.ComboEdit.TCustomComboEdit.DroppedDown

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DroppedDown: Boolean read GetDroppedDown;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TCustomComboEdit

Beschreibung

Gibt zurück, ob das dem aktuellen TComboEdit-Objekt zugeordnete Dropdown-Feld sichtbar ist.

Siehe auch