Hi there everyone,
I have an old project that uses a TCalendar to keep track of events. I want to update it so that if an event occurred on a particular date, the date appears different (bold, italic, underline, different colour etc) from the others.
In my head, I think I'll need to play with Canvas, Rect etc but I don't know where to start from because I haven't done work with graphics in a long time.
Using the RxCalendarGrid in place of the TCalendar is another option for me but my problem is still remains.
Any suggestions will be welcome.