FMX.Controls.Presentation.TMouseWheelInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMouseWheelInfo = record

C++

struct DECLSPEC_DRECORD TMouseWheelInfo
{
public:
    System::Classes::TShiftState Shift;
    int WheelDelta;
    bool Handled;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation

Description

Handles the information about the mouse wheel event.

This record is only used in design-time. See also TCustomPresentedScrollBox.MouseWheel.

See Also