Is there anyway to move the window from a control (and not the title bar)?

Issue #240 new
China White created an issue

Like the title says, is there anyway to move the window from a control since I have a custom form style that doesn’t use the title bar?

For Windows I amdoing it like this: SendMessage(FmxHandleToHWND(FormularPrincipal.Handle), WM_SYSCOMMAND, SC_DRAGMOVE, 0);

Is it possible to do it for Linux too, and if so, how? Thanks!

Comments (0)

  1. Log in to comment