Class SLScope.TSLScopeAutoScalingSpace

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 9: Line 9:
 
'''Unit:''' [[Unit SLScope|SLScope]]
 
'''Unit:''' [[Unit SLScope|SLScope]]
  
'''Inherits:''' [[Class LPComponent.TLPPersistent|TLPPersistent]]
+
'''Inherits:''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TSLScopeAutoScalingSpace = '''class'''( [[Class LPComponent.TLPPersistent|TLPPersistent]] )
+
'''type''' TSLScopeAutoScalingSpace = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TSLScopeAutoScalingSpace : '''public''' [[Class LPComponent.TLPPersistent|TLPPersistent]]
+
'''class''' TSLScopeAutoScalingSpace : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTSLScopeAutoScalingSpace : '''public''' [[Class LPComponent.TLPPersistent|CTLPPersistent]]
+
'''class''' CTSLScopeAutoScalingSpace : '''public''' [[Class LPComponent.TLPPersistentNotify|CTLPPersistentNotify]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
Line 39: Line 39:
 
*[[Property SLScope.TSLScopeAutoScalingSpace.Space|Space]] - Specifies the space as percentage.  
 
*[[Property SLScope.TSLScopeAutoScalingSpace.Space|Space]] - Specifies the space as percentage.  
 
*[[Property SLScope.TSLScopeAutoScalingSpace.Threshold|Threshold]] - Specifies the space threshold in percentage.  
 
*[[Property SLScope.TSLScopeAutoScalingSpace.Threshold|Threshold]] - Specifies the space threshold in percentage.  
 
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
 
 
== Methods ==
 
 
=== Public ===
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Revision as of 20:29, 10 June 2013

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.

Package: SignalLabScopePkg

Unit: SLScope

Inherits: TLPPersistentNotify

Contents

Syntax

Delphi:

type TSLScopeAutoScalingSpace = class( TLPPersistentNotify )

C++ Builder:

class TSLScopeAutoScalingSpace : public TLPPersistentNotify

Visual C++ (MFC):

class CTSLScopeAutoScalingSpace : public CTLPPersistentNotify

C# (.NET):

public ref class TSLScopeAutoScalingSpace : Vcl.VclProperty

Summary

Auto Scaling space settings class.

Description

Defines the Scope Auto Scaling space.

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox