FMX.ComboTrackBar.TComboTrackBar.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.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBar

Description

Retrieves whether the drop-down mode is on.

See Also