FMX.CalendarEdit.TCalendarEdit.OnPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPopup: TNotifyEvent read GetOnPopup write SetOnPopup;

C++

__property OnPopup _DEPRECATED_ATTRIBUTE0 ;

Properties

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

Description

Warning: OnPopup is deprecated.

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

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

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

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

See Also