LCL: Publish TLabel events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp. Issue #26781, patch from Sandro Cumerlato.

git-svn-id: trunk@46330 -
This commit is contained in:
juha 2014-09-25 20:40:38 +00:00
parent df1ffcd867
commit d27da074e8

View File

@ -1503,6 +1503,9 @@ type
property OnMouseUp;
property OnMouseEnter;
property OnMouseLeave;
property OnMouseWheel;
property OnMouseWheelDown;
property OnMouseWheelUp;
property OnChangeBounds;
property OnContextPopup;
property OnResize;