I have written a C++ Builder VCL Forms application with a TMonthCalendar control called TMonthCalendar.
I am wanting to set some of the days with the control to be bold.
Here is my current code:
However, I am getting the following error:Code:TMonthCalendar->BoldDays([1,8], MonthBoldInfo);
Can I please have some help to fix this?E2193 Too few parameters in call to '_fastcall TCommonCalendar::BoldDays(unsigned int *,const int,unsigned int &)'
Thanks




Reply With Quote