API:FMX.Calendar.TCalendar.OnDateSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDateSelected: TNotifyEvent read GetOnDateSelected write SetOnDateSelected;

C++

__property OnDateSelected;

Properties

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

Description

Occurs when the user selects a Date.

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

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