Vcl.WinXPickers.TCustomDatePicker.MaxYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxYear: Integer read GetMaxYear write SetMaxYear default DefaultMaxYear;

C++

__property int MaxYear = {read=GetMaxYear, write=SetMaxYear, default=3000};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXPickers.pas
Vcl.WinXPickers.hpp
Vcl.WinXPickers TCustomDatePicker

Description

Specifies the maximum year that can be represented by the day picker.

The default is 3000.