API:Vcl.WinXCalendars.TCalendarView.MinYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinYear: Integer read FMinYear 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 TCalendarView

Description

Specifies the first year that a user can select.

Vcl.WinXCalendars.TCalendarView.MinYear inherits from Vcl.WinXCalendars.TCustomCalendarView.MinYear. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.MinYear.


Specifies the first year that a user can select.

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

See Also