procedure TForm1.MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
const
   SC_DragMove = $F012; { a magic number }
begin
   ReleaseCapture;
   perform(WM_SysCommand, SC_DragMove, 0);
end;
Предыдущий вопрос
|
|
Следующий вопрос
by ktima
|