Vcl.WinXCalendars.TCalendarPicker.OnCalendarDrawDayItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalendarDrawDayItem;

C++

__property OnCalendarDrawDayItem;

Properties

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

Description

Occurs when the day item is drawn.

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

Occurs when the day item is drawn.

Write an event handler for the OnCalendarDrawDayItem event to specify what happens when the day item is drawn.

See Also