Registriert seit: 20. Jul 2008
Ort: Balaton
112 Beiträge
Delphi 2010 Professional
|
AW: Mit Mausrad in TScrollBox scrollen
31. Okt 2014, 13:40
... if PtInRect((Sender as TScrollBox), MousePos) then
Weil function PtInRect(const lprc: TRect; pt: TPoint): BOOL; stdcall;
als ersten Parameter ein TRect verlangt...
|