Unit
WallCalendar Applies to
TWallCalendar Declaration
MonthImages : array [ January . . December ] of TBitmap ;
Description
The MonthImages array represents the 12 bitmaps used to display month images on the
calendar area. These images will only be shown if the ShowMonthImages property is
set to true.
None of the bitmaps in the MonthImages array are initially created. You must create a
bitmap and assign it using the SetMonthImage procedure.
Not using the SetMonthImage procedure to assign values to this array may result
in images not displaying properly.
See also: ShowMonthImages , SetMonthImage , TCalendarMonth