FMX.CalendarEdit.TCustomCalendarEdit.WeekNumbers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WeekNumbers: Boolean read GetShowWeekNumbers write SetShowWeekNumbers default False;

C++

__property bool WeekNumbers = {read=GetShowWeekNumbers, write=SetShowWeekNumbers, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCustomCalendarEdit

Description

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

See Also