Contents Topics Index  <<  >>

CellTextColor property


Unit

WallCalendar

Applies to

TWallCalendar

Declaration

Property CellTextColor : TColor   ;

Description

The CellTextColor property determines what color is used to draw the text in each cell in the calendar area. This color applies to both the calendar day number, along with any text defined in the CellMessages array.

The values defined in the DayColors array override this value.

NOTE: Setting the CellTextColor will automatically set the TextColor variable for all entries in the DayColors array. To change the TextColor of a single day, access the DayColors array directly.

See also: CellMessages , DayColors , CellTextFont