Vcl.Samples.Calendar.TCalendar.Year

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Year: Integer index 1  read GetDateElement write SetDateElement stored False;

C++

__property int Year = {read=GetDateElement, write=SetDateElement, stored=false, index=1, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Specifies the year that the calendar control will use to display the actual calendar.

Set the Year property to specify the year that the calendar control will use to display the actual calendar.

See Also

Code Examples