<< Click to display table of contents >> Global variables |
Unit SclRView;
var
MouseWheelZoomMin: Integer = 10;
MouseWheelZoomMax: Integer = 500;
MouseWheelZoomSpeed : Single = 1.0;
The following variables defines parameters for zooming using the mouse wheel:
MouseWheelZoomMin – minimal value of ZoomPercent
MouseWheelZoomMax – maximal value of ZoomPercent
MouseWheelZoomSpeed defines how fast ZoomPercent changes.