FMX.Calendar.TCustomCalendar.WeekNumbers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WeekNumbers: Boolean read GetWeekNumbers write SetWeekNumbers;

C++

__property bool WeekNumbers = {read=GetWeekNumbers, write=SetWeekNumbers, nodefault};

Properties

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

Description

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