Vcl.WinXCalendars.TCalendarHeaderText.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click(const AController: ICalendarViewController; ByMouse: Boolean); override;

C++

virtual void __fastcall Click(const _di_ICalendarViewController AController, bool ByMouse);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarHeaderText

Description

Switches the display mode of TCalendarView to the next value.

From the month view, the display mode is changed to year, from the year to decade.

See Also