API:Vcl.WinXCalendars.TCellMonthInfo.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 TCellMonthInfo

Description

Occurs when a user clicks the item.

Vcl.WinXCalendars.TCellMonthInfo.Click inherits from Vcl.WinXCalendars.TCalendarViewInfoBase.Click. All content below this line refers to Vcl.WinXCalendars.TCalendarViewInfoBase.Click.

Occurs when a user clicks the item.

See Also