API:FMX.Controls.Presentation.TMouseWheelInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TMouseWheelInfo = record
    Shift: TShiftState;
    WheelDelta: Integer;
    Handled: Boolean
  end;

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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!