Vcl.WinXCalendars.TCalendarView

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.WinXCalendars.TCustomCalendarViewVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCalendarView

Delphi

TCalendarView = class(TCustomCalendarView)

C++

class PASCALIMPLEMENTATION TCalendarView : public TCustomCalendarView

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars Vcl.WinXCalendars

Description

Allows you to customize the look-and-feel of the TCalendarView control.

CalendarView supports the selection of multiple dates and includes the following views:

  • Month
  • Year
  • Decade

CalendarView displays the month view by default, but allows you to configure a different default view.

Switching between views

  • Click the header in the month view to open the year view
  • Click the header in the year view to open the decade view
  • Select a year in the decade view to open the year view
  • Select a month in the year view to open the month view
  • Use the chevron icons next to the calendar header to navigate in the month, year, and decades views.


See Also