FMX.Calendar.TCalendar.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange;

C++

__property OnChange;

Properties

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

Description

Occurs when the date is modified.

Write an OnChange event handler to respond to a change of the TCalendar's current date. OnChange occurs when the DateTime property is modified.

Note: The difference between OnChange and OnDateSelected is that OnChange occurs at any modification made to the date, while OnDateSelected occurs only when the day is modified.

See Also