If I extend a TTMSFMXCalendar's style for the current day with a TCircle (Align=Client), I cannot select the current day if I click on the circle. What am I doing wrong?
This is by design, each FireMonkey object is clickable. You need to set the TCircle Hittest property to false.
Kind Regards,
Pieter