FMX.CalendarEdit.TCustomCalendarEdit.OnPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPopup: TNotifyEvent read GetOnPopup write SetOnPopup;

C++

__property System::Classes::TNotifyEvent OnPopup = {read=GetOnPopup, write=SetOnPopup};

Properties

Type Visibility Source Unit Parent
event public
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCustomCalendarEdit

Description

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