Vcl.ComCtrls.TMonthCalendar.WeekNumbers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WeekNumbers: Boolean read FWeekNumbers write SetWeekNumbers default 0;

C++

__property WeekNumbers = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalendar

Description

Specifies whether week numbers are shown to the left of the calendar.

Vcl.ComCtrls.TMonthCalendar.WeekNumbers inherits from Vcl.ComCtrls.TCommonCalendar.WeekNumbers. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.WeekNumbers.

Specifies whether week numbers are shown to the left of the calendar.

Use WeekNumbers to indicate whether week numbers are shown to the left of the calendar. The week numbers correspond to the number of the week in the current year.

See Also