Method procedure SLScope.TSLDataDisplay.RedoZoom()
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 RedoZoom();
C++ Builder:
void __fastcall RedoZoom();
Visual C++ (MFC):
void RedoZoom();
Summary
Restores to a zoom that has been used before the last UndoZoom.
Description
Call this method to restore to a zoom that has been used before the last UndoZoom.
Delphi example:
SLScope1.RedoZoom;
C++ Builder example:
SLScope1->RedoZoom();
Visual C++(MFC/Win32) example:
SLScope1.RedoZoom();
Visual C++/CLI example:
scope1->RedoZoom();
C# example:
scope1.RedoZoom();
VB example:
Scope1.RedoZoom()