FMX.CalendarEdit.TCalendarEdit.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstDayOfWeek: TCalDayOfWeek read GetFirstDayOfWeek write SetFirstDayOfWeek default 7;

C++

__property FirstDayOfWeek _DEPRECATED_ATTRIBUTE0  = {default=7};

Properties

Type Visibility Source Unit Parent
property published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: FirstDayOfWeek is deprecated.

Specifies the first day of the week as it is shown in the Calendar control of the TCalendarEdit object.

FMX.CalendarEdit.TCalendarEdit.FirstDayOfWeek inherits from FMX.CalendarEdit.TCustomCalendarEdit.FirstDayOfWeek. All content below this line refers to FMX.CalendarEdit.TCustomCalendarEdit.FirstDayOfWeek.

Specifies the first day of the week as it is shown in the Calendar control of the TCalendarEdit object.

The day indicated by the value of FirstDayOfWeek is the first column in the Calendar control of the TCalendarEdit object.

See Also