Página 1 de 1

Usage of TMonthCalendar:aHolidays

Publicado: Vie Ago 12, 2011 6:14 pm
por Xailer
Hello Ignacio,Jose
I am a little confuse when use aHolidays property of TmonthCalendar control. I try almost everything array from {12/12/2011,10/10/2011} and {"12/12/2011","10/10/2011"}, but these dates not writen with bold characters as the documentation says.
Any help on this would be apreciate.
TIA

Usage of TMonthCalendar:aHolidays

Publicado: Vie Ago 12, 2011 9:21 pm
por jlalin
Dionisis,
the dates need to be in date format in order to work. Try this way:
oMonthCalendar:aHolidays := { CToD( "12/12/2011" ), CToD( "10/10/2011" ) }
Regards,
José Lalí­n

Usage of TMonthCalendar:aHolidays

Publicado: Sab Ago 13, 2011 7:15 am
por Xailer
Many thanks Josi works fine.
TIA