RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMouse.RegWheelMessage Property

Indicates the windows message that is sent when the user scrolls the mouse wheel.

Pascal
property RegWheelMessage: UINT;
C++
__property UINT RegWheelMessage;

Use RegWheelMessage to get the windows message that is sent when the user scrolls the mouse wheel. Typically, applications do not need to use RegWheelMessage. TWinControl checks for this value when it receives window messages, and translates it into appropriate Mouse Wheel events. 

RegWheelMessage is used in Windows 95, but not NT or later versions of Windows. (Mouse support is built into the later operating systems.) 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!