Vcl.WinXCalendars.TCalendarPicker.MaxYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxYear: Integer read GetMaxYear write SetMaxYear default 0;

C++

__property MaxYear = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarPicker

Description

Specifies the last year that a user can select.

Vcl.WinXCalendars.TCalendarPicker.MaxYear inherits from Vcl.WinXCalendars.TCustomCalendarPicker.MaxYear. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.MaxYear.

Specifies the last year that a user can select.

Use the MaxYear property to specify what is the last year that a user can select.

See Also