Vcl.Samples.Calendar.TCalendar.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click; override;

C++

DYNAMIC void __fastcall Click();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Responds to user clicks on the calendar's surface.

Click is called automatically when the user left-clicks the control. Clicking a specific day in the calendar will highlight it only if the ReadOnly property is set to False.

See Also