Hi!
...
protected
PROCEDURE MOUSEMOVE(SHIFT:TSHIFTSTATE;X,Y:LONGINT);OVERRIDE;
PROCEDURE MOUSEDOWN(BUTTON:TMOUSEBUTTON;SHIFT:TSHIFTSTATE;X,Y:LONGINT);OVERRIDE;
PROCEDURE MOUSEUP(BUTTON:TMOUSEBUTTON;SHIFT:TSHIFTSTATE;X,Y:LONGINT);OVERRIDE;
public
....
These are the procedures i use to intercept mouse events in a custom TImage.
I can't find the procedure triggered by mouse wheel events. Is it implemented? If it's not then please reply this message in order to add it to Mantis.
Bye!