Vcl.ComCtrls.TCommonCalendar.WeekNumbers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WeekNumbers: Boolean read FWeekNumbers write SetWeekNumbers default False;

C++

__property bool WeekNumbers = {read=FWeekNumbers, write=SetWeekNumbers, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

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