Vcl.WinXCalendars.TCalendarPicker.LastYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastYear: Integer read GetLastYear write SetLastYear default 0;

C++

__property LastYear = {default=0};

Properties

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

Description

Specifies the last year displayed in TCalendarView.

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

Specifies the last year displayed in TCalendarView.

Use the LastYear property to specify the last year displayed in TCalendarView.

See Also