Vcl.Controls.TMouse.WheelPresent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WheelPresent: Boolean read FWheelPresent;

C++

__property bool WheelPresent = {read=FWheelPresent, nodefault};

Properties

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

Description

Specifies whether the mouse has a wheel.

Use WheelPresent to determine whether the mouse has a wheel.

See Also

Code Examples