Method procedure SLScope.TSLDataDisplay.ClearZoomUndo()
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 ClearZoomUndo();
C++ Builder:
void __fastcall ClearZoomUndo();
Visual C++ (MFC):
void ClearZoomUndo();
Summary
Clears all the ZoomUndo and ZoomRedo history.
Description
Call this method to clear all the ZoomUndo and ZoomRedo history.
Delphi example:
SLScope1.ClearZoomUndo;
C++ Builder example:
SLScope1->ClearZoomUndo();
Visual C++(MFC/Win32) example:
SLScope1.ClearZoomUndo();
Visual C++/CLI example:
scope1->ClearZoomUndo();
C# example:
scope1.ClearZoomUndo();
VB example:
Scope1.ClearZoomUndo()