FMX.CalendarEdit.TCalendarEdit.OnClosePopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClosePopup;

C++

__property OnClosePopup _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
event published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: OnClosePopup is deprecated.

Occurs when the Calendar control of the TCalendarEdit object is hidden.

FMX.CalendarEdit.TCalendarEdit.OnClosePopup inherits from FMX.CalendarEdit.TCustomCalendarEdit.OnClosePopup. All content below this line refers to FMX.CalendarEdit.TCustomCalendarEdit.OnClosePopup.

Occurs when the Calendar control of the TCalendarEdit object is hidden.

OnClosePopup also occurs when DoPopupClose is called.

Write an event handler for OnClosePopup to specify what happens when the Calendar control of the TCalendarEdit object is hidden.

See Also