P: ^WindowPos; begin. P := Pointer(Msg.LParam); Vx := P^.x; Vy := P^.y; StatusBar1.Panels[0].Text := IntToStr(Vx); StatusBar1.Panels[1].
確定! 回上一頁