[Overview][Classes][Procedures and functions][Index] |
Implements the event handler signalled for a double click on the calendar control in the dialog.
Source position: extdlgs.pas line 215
protected procedure TCalendarDialog.CalendarDblClick( |
Sender: TObject |
); |
Sender |
|
Object instance (TForm) for the event notification. |
CalendarDblClick is the handler routine assigned to the OnDblClick event in the TCalendar instance for the dialog form. It ensures that the value in Date is updated when a mouse double click occurs on a date in the TCalendar control on the dialog form. GetNewDate is called to update the value in Date. The calendar dialog form is updated to set its ModalResult value to mbOK.
|
Creates and displays the form for the calendar dialog, and captures the results. |
|
|
Event handler signalled when a mouse double click occurs in the control. |
Version 4.0 | Generated 2025-05-03 | Home |