[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates where a mouse click occurred in the calendar control.
Source position: calendar.pp line 121
public function TCustomCalendar.HitTest( |
APoint: TPoint |
APoint |
|
Coordinates where the mouse click occurred. |
HitTest is a TCalendarPart function that indicates where a mouse click occurred in the calendar control. The return value indicates the part of the control clicked, or cpNoWhere when the handle has not been allocated for the control. HitTest ensures that the widget-set specific HitTest method is called.
Version 4.0 | Generated 2025-05-03 | Home |