Hello,
I am trying to use a TMonthCalendar to allow the user to select a date on my form. When the user changes the date I need to update some other things on the form.
Problem: I can't work out how to detect when the date in the TMonthCalender has been changed, like an OnChange event.
The OnClick event will tell me when the user changes the date by clicking on one if the days.
But ... if the user changes the month using the dropdown list from the title, or if the user changes the year using the spinner in the title, the OnClick event does not trigger.
Does anyone know how I can tell when the date is changed no matter what method is used to change it?
Thanks for your help.
Tim
SNL Computing
I am trying to use a TMonthCalendar to allow the user to select a date on my form. When the user changes the date I need to update some other things on the form.
Problem: I can't work out how to detect when the date in the TMonthCalender has been changed, like an OnChange event.
The OnClick event will tell me when the user changes the date by clicking on one if the days.
But ... if the user changes the month using the dropdown list from the title, or if the user changes the year using the spinner in the title, the OnClick event does not trigger.
Does anyone know how I can tell when the date is changed no matter what method is used to change it?
Thanks for your help.
Tim
SNL Computing