Property SLScope.TSLDisplayZoom.MouseZoom
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDisplayZoom
Contents |
Syntax
Delphi:
property MouseZoom : Boolean read FMouseZoom write FMouseZoom default True;
C++ Builder:
__property bool MouseZoom = { read=FMouseZoom, write=FMouseZoom, default=True };
Summary
Enables the zooming with the mouse by selecting rectangle.
Description
If set to true, the user can use the mouse to zoom a
rectangle in the DataView.
Otherwise the mouse rectangle zooming is disabled.