FMX.ComboTrackBar.Style.TStyledComboTrackBar.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown;

C++

void __fastcall DropDown();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ComboTrackBar.Style.pas
FMX.ComboTrackBar.Style.hpp
FMX.ComboTrackBar.Style TStyledComboTrackBar

Description

Executes internally when the arrow from the TComboTrackBar object is clicked.

If the pop-up window containing the list of trackbars is open, then DropDown closes the pop-up window. Else, it opens it.

See Also