Class SLScope.TSLScopeAutoScalingSpace
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 9: | Line 9: | ||
'''Unit:''' [[Unit SLScope|SLScope]]  | '''Unit:''' [[Unit SLScope|SLScope]]  | ||
| − | '''Inherits:''' [[Class LPComponent.  | + | '''Inherits:''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]]  | 
== Syntax ==  | == Syntax ==  | ||
=== Delphi: ===  | === Delphi: ===  | ||
<code>  | <code>  | ||
| − | '''type''' TSLScopeAutoScalingSpace = '''class'''( [[Class LPComponent.  | + | '''type''' TSLScopeAutoScalingSpace = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] )  | 
</code>  | </code>  | ||
=== C++ Builder: ===  | === C++ Builder: ===  | ||
<code>  | <code>  | ||
| − | '''class''' TSLScopeAutoScalingSpace : '''public''' [[Class LPComponent.  | + | '''class''' TSLScopeAutoScalingSpace : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]]  | 
</code>  | </code>  | ||
=== Visual C++ (MFC): ===  | === Visual C++ (MFC): ===  | ||
<code>  | <code>  | ||
| − | '''class''' CTSLScopeAutoScalingSpace : '''public''' [[Class LPComponent.  | + | '''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.    | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
[[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.