Class SLScope.TSLAxisFormat

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''' TSLAxisFormat = '''class'''( [[Class LPComponent.TLPPersistent|TLPPersistent]] )
+
'''type''' TSLAxisFormat = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TSLAxisFormat : '''public''' [[Class LPComponent.TLPPersistent|TLPPersistent]]
+
'''class''' TSLAxisFormat : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTSLAxisFormat : '''public''' [[Class LPComponent.TLPPersistent|CTLPPersistent]]
+
'''class''' CTSLAxisFormat : '''public''' [[Class LPComponent.TLPPersistentNotify|CTLPPersistentNotify]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
Line 40: Line 40:
 
*[[Property SLScope.TSLAxisFormat.Precision|Precision]] - Number of digits after the decimal point.  
 
*[[Property SLScope.TSLAxisFormat.Precision|Precision]] - Number of digits after the decimal point.  
 
*[[Property SLScope.TSLAxisFormat.FixedPrecision|FixedPrecision]] - Enables fixed precision for the labels.  
 
*[[Property SLScope.TSLAxisFormat.FixedPrecision|FixedPrecision]] - Enables fixed precision for the labels.  
 
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
 
  
 
== Methods ==
 
== Methods ==
  
 
=== Public ===
 
=== Public ===
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
+
*[[Method procedure SLScope.TSLAxisFormat.SetPrecisionDefault(Integer)|procedure SetPrecisionDefault(AValue : Integer)]]
  
 
[[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 TSLAxisFormat = class( TLPPersistentNotify )

C++ Builder:

class TSLAxisFormat : public TLPPersistentNotify

Visual C++ (MFC):

class CTSLAxisFormat : public CTLPPersistentNotify

C# (.NET):

public ref class TSLAxisFormat : Vcl.VclProperty

Summary

Axis format settings.

Description

Defines axis format settings property class.

Properties

Published

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox