Property SLScope.TSLDataDisplay.CanZoomIn
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 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;