Property SLScope.TSLDataDisplay.CanUndoZoom
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:
property CanUndoZoom : Boolean read GetCanUndoZoom;
C++ Builder:
__property bool CanUndoZoom = { read=GetCanUndoZoom };
Summary
Can Undo the Zoom.
Description
\Returns True if ZoomUndo operation is available.
Delphi example:
AValue : Boolean; AValue := SLScope1.CanUndoZoom;
C++ Builder example:
bool AValue = SLScope1->CanUndoZoom;
Visual C++(MFC/Win32) example:
bool AValue = SLScope1.CanUndoZoom;
C# example:
bool value = scope1.CanUndoZoom;