FMX.Pickers.TCustomDateTimePicker.ShowWeekNumbers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowWeekNumbers: Boolean read FShowWeekNumbers write FShowWeekNumbers;

C++

__property bool ShowWeekNumbers = {read=FShowWeekNumbers, write=FShowWeekNumbers, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomDateTimePicker

Description

Specifies whether to show the numbers corresponding to the weeks on the left side of the current picker object.

A week number corresponds to the number of a week in the current year. The current picker object obtains the ShowWeekNumbers value from the calendar control containing this picker.

See Also