|
-
Oct 9th, 2012, 03:07 AM
#1
Thread Starter
Frenzied Member
BoldDays - TMonthCalendar
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:
Code:
TMonthCalendar->BoldDays([1,8], MonthBoldInfo);
However, I am getting the following error:
E2193 Too few parameters in call to '_fastcall TCommonCalendar::BoldDays(unsigned int *,const int,unsigned int &)'
Can I please have some help to fix this?
Thanks
-
Oct 9th, 2012, 07:02 AM
#2
Re: BoldDays - TMonthCalendar
You seem to be passing to few arguments into BoldDays. Do you have any documentation for the TMonthCalendar, and specifically the BoldDays method?
-
Oct 9th, 2012, 07:39 AM
#3
Thread Starter
Frenzied Member
Re: BoldDays - TMonthCalendar
Here is a link to the documentation: http://docwiki.embarcadero.com/Libra...OnGetMonthInfo
I have written the code word for word, yet have errors.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|