WindowPos.Flags AND SWP_NOMOVE) = 0 Then Begin // form is moved SomeOtherForm.Left := Left; // maybe you have to use Msg.WindowPos.x instead ...
確定! 回上一頁