Vcl.WinXCalendars.TCalendarPicker.MinYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinYear: Integer read GetMinYear write SetMinYear default 0;

C++

__property MinYear = {default=0};

Properties

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

Description

Specifies the first year that a user can select.

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

Specifies the first year that a user can select.

Use the MinYear property to specify the first year that a user can select.

See Also