[Overview][Constants][Types][Classes][Procedures and functions][Index] |
DisplaySettings contains options which control the appearance or behavior for the calendar control.
Source position: calendar.pp line 125
public property TCustomCalendar.DisplaySettings : TDisplaySettings |
DisplaySettings contains options which control the appearance or behavior for the calendar control. DisplaySettings is a set type which contains zero or more TDisplaySetting values, including:
Remark: | The value dsStartMonday is no longer available in LCL version 2.2 or higher. It has been replaced by the FirstDayOfWeek property on platforms where the capability is supported (Win32, QT, QT5). This is Delphi compatible, and allows any day of the week to be used as the first day of the week. |
|
Indicates the day of the week displayed as the first column in the calendar grid. |
|
|
Set type for TDisplaySetting values. |
|
|
Enumerated type with values that control display settings in TCalendar. |
Version 4.0 | Generated 2025-05-03 | Home |