<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have several TEdit objects in my form, and because they handle
    only integer data, I'd like to use my scroll wheel to edit their
    values.  However, there is no OnScrollWheel event that I can see.<br>
    <br>
    Since scroll wheels are passed as mouse clicks, I thought to examine
    the OnMouseDown/OnMouseUp events, but nothing is passed to indicate
    <i>which</i> button is being pressed.<br>
    <br>
    So either Google has failed me, or I have failed Google, but either
    way, I can't find the answer on the net after an hour of searching. 
    Can anyone point me in the right direction?<br>
  </body>
</html>