I have seen this post about how to highlight the cell but I cant find a DRAW in the source for FMX.TCalendar:
is there a way to highlight cell/s in a TCalendar?
What I am wanting to do is to be able to change all backgrounds to grey where date < Today()
, then also have an option where I can do something like Function DisableCalendarDate(SOMEDATE);
and it would change that date to a grey background.
I can't find any way to do this. Maybe there is no way?