I want to react to form move action when the user clicks on a form's caption and moves the form.
Unfortunately Delphi doesn't offer an event for this (forms's OnMouseDown is not called when clicking on the caption).
actually WM_EXITSIZEMOVE gives me just a message when releasing mouse button after moving, but I found another message WM_MOVING in this group that does the job.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.