API:Vcl.Forms.TFrame.OnMouseWheelUp

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnMouseWheelUp: TMouseWheelUpDownEvent read FOnMouseWheelUp write FOnMouseWheelUp;

C++

__property OnMouseWheelUp;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TFrame

Beschreibung

Tritt ein, wenn das Mausrad nach oben gedreht wird.

Vcl.Forms.TFrame.OnMouseWheelUp erbt von Vcl.Controls.TControl.OnMouseWheelUp. Der folgende Inhalt bezieht sich auf Vcl.Controls.TControl.OnMouseWheelUp.

Tritt ein, wenn das Mausrad nach oben gedreht wird.

Schreiben Sie Code in der Ereignisbehandlungsroutine für OnMouseWheelUp, um Aktionen auszuführen, wenn das Mausrad nach oben gedreht wird. OnMouseWheelUp tritt nur ein, wenn die Botschaft nicht bereits in einer Routine für OnMouseWheel behandelt wurde.

OnMouseWheelUp ist eine Ereignisbehandlungsroutine des Typs Vcl.Controls.TMouseWheelUpDownEvent.

Siehe auch