SPECIAL OFFER        Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming!

⤷ Detect mouse position on form

You can use onMouseMove event for your form. This event has coordinates of mouse position.

procedure TForm1.FormMouseMove(Sender: TObject; Shift: TShiftState; X,
  Y: Integer);
begin
  Label1.Caption:=IntToStr(X);
  Label2.Caption:=IntToStr(Y);
end;
More for developers
Databases for Amazon Associates
Amazon Categories
Amazon Nodes