Property SLScope.TSLDataDisplay.CanZoomOut

From Mitov Wiki Doc
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 CanZoomOut : Boolean read GetCanZoomOut;

C++ Builder:

__property bool CanZoomOut = { read=GetCanZoomOut };

Summary

Can Zoom In.

Description

\Returns True if can zoom out.


Delphi example:

AValue : Boolean;

AValue := SLScope1.CanZoomOut;

C++ Builder example:

bool AValue = SLScope1->CanZoomOut;

Visual C++(MFC/Win32) example:

bool AValue = SLScope1.CanZoomOut;

C# example:

bool value = scope1.CanZoomOut;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox