API:FMX.CalendarEdit.Style.TStyledCalendarEdit.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown; override;

C++

virtual void __fastcall DropDown();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.CalendarEdit.Style.pas
FMX.CalendarEdit.Style.hpp
FMX.CalendarEdit.Style TStyledCalendarEdit

Description

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

FMX.CalendarEdit.Style.TStyledCalendarEdit.DropDown inherits from FMX.ComboEdit.Style.TStyledComboEdit.DropDown. All content below this line refers to FMX.ComboEdit.Style.TStyledComboEdit.DropDown.

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

DropDown calculates the height of the pop-up window that contains the list of items and shows the pop-up window.

See Also