[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles the CM_HITTEST control message.
Source position: comctrls.pp line 250
protected procedure TCustomPage.CMHitTest( |
var Message: TLMNCHITTEST |
); message; |
Message |
|
Control message handled in the method. |
CMHitTest checks the type for the Parent control to determine whether the Message is ignored or forwarded to the inherited method. When Parent is a TCustomTabControl descendant, the class instance must be the active page in the parent control. When it is not, the Message result is set to 0 and the message is ignored. Otherwise, the inherited method is called to handle the Message.
|
Handles the CM_HITTEST message for the control. |
Version 4.0 | Generated 2025-05-03 | Home |