Vcl.Controls.TControl.WheelAccumulator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property WheelAccumulator: Integer read FWheelAccumulator write FWheelAccumulator;

C++

__property int WheelAccumulator = {read=FWheelAccumulator, write=FWheelAccumulator, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Beschreibung

Akkumuliert Mausraddrehungen.

WheelAccumulator enthält einen Wert, der den Fortschritt von Behandlungsroutinen für Mausradereignisse angibt. Weitere Informationen finden Sie unter DoMouseWheel.

Siehe auch