FMX.CalendarEdit.Style.TStyledCalendarEdit.DropDown
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
Shows or hides the Calendar control of the TCalendarEdit object.
DropDown shows the Calendar if it is already hidden, and hides it otherwise.
DropDown is called when the date property of the Calendar is changed in order to hide the Calendar control. DropDown is also called when the TCalendarEdit control is clicked, in order to show the Calendar control.