LCL: published TImage MouseWheel events, tested by Maxim Ganetsky

git-svn-id: trunk@17709 -
This commit is contained in:
vincents 2008-12-07 19:18:34 +00:00
parent cc14be4a45
commit ebe1b9d29a

View File

@ -621,6 +621,9 @@ type
property OnMouseLeave;
property OnMouseMove;
property OnMouseUp;
property OnMouseWheel;
property OnMouseWheelDown;
property OnMouseWheelUp;
property OnPaint;
property OnPictureChanged;
property OnResize;