[Overview][Classes][Procedures and functions][Index] |
Indicates the day of the week used in the first column for the calendar control on the dialog.
Source position: extdlgs.pas line 225
published property TCalendarDialog.FirstDayOfWeek : TCalDayOfWeek |
FirstDayOfWeek is a TCalDayOfWeek property which indicates the first day of the week displayed on the calendar component used on the dialog.
FirstDayOfWeek contains one of the values from the TCalDayOfWeek enumeration like dowMonday, dowSunday, et. al. The default value for the property is dowDefault and causes the default day of the week setting for the platform to be used. Please note that this is not compatible with the dowLocaleDefault value used in Delphi.
The value is assigned to the FirstDayOfWeek property in the internal TCalendar instance when the Execute method is called. It configures the calendar instance to display the selected day of the week as the first column for the day grid used on the calendar control.
Added in LCL 4.0.
|
Creates and displays the form for the calendar dialog, and captures the results. |
|
|
Indicates the day of the week displayed as the first column in the calendar grid. |
|
|
Represents days of the week used in TCalendar. |