Unit 'Calendar' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomCalendar.OnChange

OnChange - event handler for any change in Calendar.

Declaration

Source position: calendar.pp line 116

public property TCustomCalendar.OnChange : TNotifyEvent
  read FOnChange
  write FOnChange;

Description

OnChange is a TNotifyEvent property that represents the event handler signalled when the date/time value for the control has changed. OnChange is signalled from the LMChanged, LMDayChanged, LMMonthChanged, and LMYearChanged methods. Applications should assign a procedure to the event handle to respond to the message notification.