das X gehört aber nicht zu der Procedure MouseMove sondern das X ist eine Eigenschaft von TPoint
[add]mit
pt := Mouse.CursorPos;
wird der Variable "pt" vom Typ TPoint, der die Eigenschaften X und Y besitzt, die Mausposition zugeordnet.
Caption := IntToStr(pt.X)
Hiermit Wird die X Eigenschaft der "pt" Variable als Form1.Caption ausgegeben.[/add]
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."