Vcl.WinXCalendars.TCustomCalendarView.LastYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastYear: Integer read FLastYear write SetLastYear default 0;

C++

__property int LastYear = {read=FLastYear, write=SetLastYear, default=0};

Properties

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

Description

Specifies the last year displayed in TCalendarView.

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

See Also