TIEMouseWheelParams.InvertDirection
Declaration
property InvertDirection: boolean;
Description
Set to True to invert the wheel direction.
Default: False
// Invert the direction to resemble that of Windows Explorer
ImageEnMView1.MouseWheelParams.InvertDirection := True;