[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
OnMouseMove message handler, updates the Hint.
Source position: forms.pp line 1579
protected procedure TApplication.DoOnMouseMove; virtual; |
DoOnMouseMove performs actions needed when a mouse move message is received and applied for the application. It retrieves the current position for the mouse pointer, and calls the ActivateHint method to build / display a hint for the active form / control in the application.
DoOnMouseMove is called from the NotifyUserInputHandler method.
Version 4.0 | Generated 2025-05-03 | Home |