[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Calendar' (#lcl)

TCustomCalendar.OnDayChanged

OnDayChanged - event handler for a change in Day selected.

Declaration

Source position: calendar.pp line 117

public property TCustomCalendar.OnDayChanged : TNotifyEvent
  read FDayChanged
  write FDayChanged;

Description

OnDayChanged is a TNotifyEvent property that represents the event handler signalled when the day number in the date/time value for the control has changed. OnDayChanged is signalled from the LMDayChanged method. Applications should assign a procedure to the event handler to respond to the message notification.