FMX.CalendarEdit.TCustomCalendarEdit.FirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstDayOfWeek: TCalDayOfWeek read GetFirstDayOfWeek write SetFirstDayOfWeek default TCalDayOfWeek.dowLocaleDefault;

C++

__property System::Uitypes::TCalDayOfWeek FirstDayOfWeek = {read=GetFirstDayOfWeek, write=SetFirstDayOfWeek, default=7};

Properties

Type Visibility Source Unit Parent
property public
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCustomCalendarEdit

Description

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