FMX.Calendar.TCustomCalendar.FirstWeekMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstWeekMode: TCalFirstWeekMode read GetFirstWeekMode write SetFirstWeekMode;

C++

__property TCalFirstWeekMode FirstWeekMode = {read=GetFirstWeekMode, write=SetFirstWeekMode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar

Description

Definition of the first week of the year that the calendar displays.


See Also