FMX.Calendar.TCustomCalendar.OnDayClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDayClick: TNotifyEvent read GetOnDayClick write SetOnDayClick;

C++

__property System::Classes::TNotifyEvent OnDayClick = {read=GetOnDayClick, write=SetOnDayClick};

Properties

Type Visibility Source Unit Parent
event public
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar

Description

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