Vcl.Controls.TMouse.WheelPresent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property WheelPresent: Boolean read FWheelPresent;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMouse

Beschreibung

Gibt an, ob die Maus über ein Rad verfügt.

Mit WheelPresent können Sie ermitteln, ob die Maus über ein Rad verfügt.

Siehe auch

Codebeispiele