API: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 value of Date changes.

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

Occurs when the value of Date changes.

Write an event handler for the OnChange event to specify what happens when the Date changes.

See Also