Contents Topics Index  <<  >>

TWallCalendar.SetMonthName method


Unit

WallCalendar

Applies to

TWallCalendar

Declaration

procedure SetMonthName ( theMonth : TCalendarMonth  ;
MonthText : string ) ;

Description

The SetMonthName procedure is used to change the name of a specified month from its English default. The theMonth parameter of type TCalendarMonth specifies what month you would like to change, and the MonthText parameter should contain the text you would like to display for that month.

This procedure is helpful when changing the month names for a language other than English.

See also: SetDayName