Vcl.Samples.Calendar.TCalendar.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

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

Properties

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

Description

Occurs when the calendar changes.

Use the OnChange event handler to provide special processing when the calendar control changes its display data.

OnChange is an event handler of type TNotifyEvent.

See Also

Code Examples