Vcl.Controls.TMouse.WheelScrollLines

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WheelScrollLines: Integer read FScrollLines;

C++

__property int WheelScrollLines = {read=FScrollLines, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMouse

Description

Specifies the number of lines that are scrolled for each notch that the mouse wheel is rotated.

Use WheelScrollLines to get the number of lines that are scrolled for each notch that the mouse wheel is rotated.

WheelScrollLines can be set under Mouse in the Windows Control Panel.

See Also

Code Examples