Description
TPSCCalendarHitTest is used as argument or as result type in many methods of TPSCCustomCalendar class. See the following table for description of the elements. TPSCCalendarHitTest defines different regions of the calendar. Value - Description chtNowhere - no calendar region chtLeftArrow - region where left arrow is drawn chtRightArrow - region where right arrow is drawn chtMonthHead - region where month header is drawn (for example: "September 2000") chtWeekDays - region where week days names are drawn (Su, Mo...) chtWeekLeft - region defines left side of the calendar's month page, this region is used for selection of a week by mouse, there can be drawn a week numbers
chtWeekRight - region defines right side of the calendar's month page chtDay - region defines a day of the current month in the calendar's month page chtLeftGray - region defines a day of the previous month in the first page of the calendar chtRightGray - region defines a day of the next month in the last page of the calendar chtHidden - region defines a day of the previous or next month in the page of the calendar, which is hidden.