FMX.Calendar.TCalendar.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstDayOfWeek default TCalendarModel.DefaultCalDayOfWeek;

C++

__property FirstDayOfWeek = {default=7};

Properties

Type Visibility Source Unit Parent
property published
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCalendar

Description

Represents the first day of the week as it is shown in the TCalendar control.

Change the value of FirstDayOfWeek in order for that day to be the first column in the TCalendar control.

Note: The first column of the TCalendar control can be chosen, but the order of the columns cannot be modified.

See Also