Vcl.WinXCalendars.TCalendarPicker.OnCalendarDrawYearItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalendarDrawYearItem: TDrawViewInfoEvent read GetOnCalendarDrawYearItem write SetOnCalendarDrawYearItem;

C++

__property OnCalendarDrawYearItem;

Properties

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

Description

Occurs when the year item is drawn.

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

Occurs when the year item is drawn.

Write an event handler for the OnCalendarDrawYearItem event to specify what happens when the year item is drawn.

See Also