Enumerated type with values that control display settings in TCalendar.
Source position: calendar.pp line 36
type TDisplaySetting = ( |
||
dsShowHeadings, |
|
Displays a month/year heading. |
dsShowDayNames, |
|
Displays day names. |
dsNoMonthChange, |
|
Prevents changing the current month. |
dsShowWeekNumbers |
|
Displays week numbers. |
); |
TDisplaySetting is an enumerated type with values that control display settings in TCalendar. Values from TDisplaySetting are stored in the TDisplaySettings type.
Remark: | The value dsStartMonday has been removed in LCL version 2.2 or higher. |
|
Default display settings used in TCalendar. |
|
|
DisplaySettings contains options which control the appearance of the calendar. |