FMX.Calendar.TCustomCalendar.OnDateSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDateSelected: TNotifyEvent read GetOnDateSelected write SetOnDateSelected;

C++

__property System::Classes::TNotifyEvent OnDateSelected = {read=GetOnDateSelected, write=SetOnDateSelected};

Properties

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

Description

Occurs when the user selects a Date.

Write an event handler for the OnDateSelected event to specify what happens when the user selects a Date.

See Also