API:FMX.Calendar.TCalendar.OnDayClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDayClick: TNotifyEvent read GetOnDayClick write SetOnDayClick;

C++

__property OnDayClick;

Properties

Type Visibility Source Unit Parent
event published
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCalendar

Description

Occurs when the user clicks on a day of the calendar.

FMX.Calendar.TCalendar.OnDayClick inherits from FMX.Calendar.TCustomCalendar.OnDayClick. All content below this line refers to FMX.Calendar.TCustomCalendar.OnDayClick.

Occurs when the user clicks on a day of the calendar.

Write an event handler for the OnDayClick event to specify what happens when the user clicks on a day of the calendar.

See Also