FMX.CalendarEdit.TCalendarEdit.WeekNumbers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WeekNumbers: Boolean read GetShowWeekNumbers write SetShowWeekNumbers default 0;

C++

__property WeekNumbers _DEPRECATED_ATTRIBUTE0  = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: WeekNumbers is deprecated.

Specifies whether the numbers corresponding to the weeks are shown on the left side of the Calendar control of the TCalendarEdit object.

FMX.CalendarEdit.TCalendarEdit.WeekNumbers inherits from FMX.CalendarEdit.TCustomCalendarEdit.WeekNumbers. All content below this line refers to FMX.CalendarEdit.TCustomCalendarEdit.WeekNumbers.

Specifies whether the numbers corresponding to the weeks are shown on the left side of the Calendar control of the TCalendarEdit object.

See Also