[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when a double click mouse event occurs in the Calendar control.
Source position: calendarpopup.pas line 32
procedure TCalendarPopupForm.CalendarDblClick( |
Sender: TObject |
); |
Sender |
|
Object for the event notification. |
CalendarDblClick ensures that the mouse event is within the bounds for the Calendar control by calling its HitTest method. When the mouse event occurs on the Month or Year calendar parts, the ReturnDate method is called to signal the OnReturnDate event handler and close the form.
|
Indicates where a mouse click occurred in the calendar control. |
|
|
Indicates where a mouse click occurred in a calendar control. |
Version 4.0 | Generated 2025-05-03 | Home |