Vcl.WinXCalendars.TCalendarPicker.DisplayMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayMode: TDisplayMode read FDisplayMode write SetDisplayMode default 0;

C++

__property DisplayMode = {default=0};

Properties

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

Description

Indicates the initial display mode.

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

Indicates the initial display mode.

DisplayMode is an enumerated property with the following values:

  • Month
  • Year
  • Decade

This property indicates the initial display mode as well as shows the current display mode when a user interacts with the control. The DisplayMode property can be reset programmatically to change the display mode.

See Also