Method procedure SLScope.TSLDataDisplay.UndoZoom()

From Mitov Wiki Doc
Revision as of 00:20, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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()

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox