FMX.Calendar.TCustomCalendar.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read GetOnChange write SetOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=GetOnChange, write=SetOnChange};

Properties

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

Description

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