Method procedure SLScope.TSLDataDisplay.UndoZoom()
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: TSLDataDisplay
Contents |
Syntax
Delphi:
procedure UndoZoom();
C++ Builder:
void __fastcall UndoZoom();
Visual C++ (MFC):
void UndoZoom();
Summary
Restores the zoom to previous values.
Description
Call this method to restore the zoom to previous values.
Delphi example:
SLScope1.UndoZoom;
C++ Builder example:
SLScope1->UndoZoom();
Visual C++(MFC/Win32) example:
SLScope1.UndoZoom();
Visual C++/CLI example:
scope1->UndoZoom();
C# example:
scope1.UndoZoom();
VB example:
Scope1.UndoZoom()