Vcl.WinXCalendars.TCustomCalendarPicker.FirstYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FirstYear: Integer read GetFirstYear write SetFirstYear default 0;

C++

__property int FirstYear = {read=GetFirstYear, write=SetFirstYear, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarPicker

Description

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