Contents Topics Index  <<  >>

OnDoubleClickCalendar event


Unit

WallCalendar

Applies to

TWallCalendar

Declaration

Property OnDoubleClickCalendar : TClickCalendarEvent    ;

Description

The OnDoubleClickCalendar event can be used to handle the user double-clicking on the calendar area. This event will NOT be triggered by double-clicking on the two fixed rows at the top of the calendar, or by double-clicking on a day cell that is not a defined day in the current calendar month and year.

Use this event to handle a user double-clicking on a specific date on the calendar area. The date of the selected cell is defined in the CellDate parameter, which is of type TDateTime. Also, the ACol and ARow parameters specify the column and row of the cell that was double-clicked. Valid values for ACol are 0 through 6, valid values for ARow are 0 through 5

See also: OnClickCalendar , TClickCalendarEvent