Vcl.WinXPickers.TCustomDatePicker.MinYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinYear: Integer read GetMinYear write SetMinYear default DefaultMinYear;

C++

__property int MinYear = {read=GetMinYear, write=SetMinYear, default=1900};

Properties

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

Description

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

The default is 1900.