Class SLScope.TSLDisplayLabel

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 LPControl.TSLOptionalLabel|TSLOptionalLabel]]
+
'''Inherits:''' [[Class VCL.LPControl.TSLOptionalLabel|LPControl.TSLOptionalLabel]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TSLDisplayLabel = '''class'''( [[Class LPControl.TSLOptionalLabel|TSLOptionalLabel]] )
+
'''type''' TSLDisplayLabel = '''class'''( [[Class VCL.LPControl.TSLOptionalLabel|LPControl.TSLOptionalLabel]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TSLDisplayLabel : '''public''' [[Class LPControl.TSLOptionalLabel|TSLOptionalLabel]]
+
'''class''' TSLDisplayLabel : '''public''' [[Class VCL.LPControl.TSLOptionalLabel|LPControl.TSLOptionalLabel]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTSLDisplayLabel : '''public''' [[Class LPControl.TSLOptionalLabel|CTSLOptionalLabel]]
+
'''class''' CTSLDisplayLabel : '''public''' [[Class VCL.LPControl.TSLOptionalLabel|CLPControl.TSLOptionalLabel]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLDisplayLabel : [[Class LPControl.TSLOptionalLabel|Mitov.PlotLab.OptionalLabel]]
+
'''public ref class''' TSLDisplayLabel : [[Class VCL.LPControl.TSLOptionalLabel|Mitov.PlotLab.OptionalLabel]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 34: Line 34:
 
Defines the properties of an optional visual Label for X, Y
 
Defines the properties of an optional visual Label for X, Y
 
Axis or other view in a display.
 
Axis or other view in a display.
 
== From [[Class LPControl.TSLOptionalLabel|TSLOptionalLabel]] ==
 
 
== Properties ==
 
 
=== Published ===
 
*[[Property LPControl.TSLOptionalLabel.Text|Text]]
 
 
== From [[Class LPControl.TSLBasicOptionalLabel|TSLBasicOptionalLabel]] ==
 
 
== Properties ==
 
 
=== Published ===
 
*[[Property LPControl.TSLBasicOptionalLabel.Font|Font]]
 
*[[Property LPControl.TSLBasicOptionalLabel.Visible|Visible]]
 
  
 
[[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: LPControl.TSLOptionalLabel

Contents

Syntax

Delphi:

type TSLDisplayLabel = class( LPControl.TSLOptionalLabel )

C++ Builder:

class TSLDisplayLabel : public LPControl.TSLOptionalLabel

Visual C++ (MFC):

class CTSLDisplayLabel : public CLPControl.TSLOptionalLabel

C# (.NET):

public ref class TSLDisplayLabel : Mitov.PlotLab.OptionalLabel

Summary

Optional visual Label class.

Description

Defines the properties of an optional visual Label for X, Y Axis or other view in a display.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox