Property SLScope.TSLDataDisplay.CanZoomIn

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:

property CanZoomIn : Boolean read GetCanZoomIn;

C++ Builder:

__property bool CanZoomIn = { read=GetCanZoomIn };

Summary

Can Zoom In.

Description

\Returns True if can zoom in.


Delphi example:

AValue : Boolean;

AValue := SLScope1.CanZoomIn;

C++ Builder example:

bool AValue = SLScope1->CanZoomIn;

Visual C++(MFC/Win32) example:

bool AValue = SLScope1.CanZoomIn;

C# example:

bool value = scope1.CanZoomIn;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox