Vcl.WinXCalendars.TCalendarPicker.FirstYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstYear: Integer read GetFirstYear write SetFirstYear default 0;

C++

__property FirstYear = {default=0};

Properties

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

Description

Specifies the first year to be displayed in TCalendarView.

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

Specifies the first year to be displayed in TCalendarView.

Use the FirstYear property to set the first year that is displayed in the TCalendarPicker.

See Also