API:FMX.Calendar.TCalendar.WeekNumbers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WeekNumbers: Boolean read GetWeekNumbers write SetWeekNumbers default 0;

C++

__property WeekNumbers = {default=0};

Properties

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

Description

Indicates whether the calendar displays the week numbers.

FMX.Calendar.TCalendar.WeekNumbers inherits from FMX.Calendar.TCustomCalendar.WeekNumbers. All content below this line refers to FMX.Calendar.TCustomCalendar.WeekNumbers.

Indicates whether the calendar displays the week numbers.

Set the WeekNumbers property to True to display the week number at the left side of each week in the calendar.

See Also