Handles the CM_HITTEST message for the control.
Source position: controls.pp line 1444
protected procedure TControl.CMHitTest( |
var Message: TCMHitTest |
); message; |
Message |
|
Message with the result for the hit test. |
The hit test handler determines if the control was located at the mouse position for the test. Sets the Result member in Message to 1 if it was received by the control.
Descendent control may reimplement the method to check for a specific area on the control, like a border or a dock site.
|
| Version 4.4 | Generated 2025-11-08 | Home |