Class SLScope.TSLDisplayMarkerPosition

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(7 intermediate revisions by one user not shown)
Line 9: Line 9:
 
'''Unit:''' [[Unit SLScope|SLScope]]
 
'''Unit:''' [[Unit SLScope|SLScope]]
  
'''Inherits:''' [[Class SLFilterTypes.TSLCoordinateOffset|TSLCoordinateOffset]]
+
'''Inherits:''' [[Class SLScope.TSLDisplayProperty|TSLDisplayProperty]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TSLDisplayMarkerPosition = '''class'''( [[Class SLFilterTypes.TSLCoordinateOffset|TSLCoordinateOffset]] )
+
'''type''' TSLDisplayMarkerPosition = '''class'''( [[Class SLScope.TSLDisplayProperty|TSLDisplayProperty]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TSLDisplayMarkerPosition : '''public''' [[Class SLFilterTypes.TSLCoordinateOffset|TSLCoordinateOffset]]
+
'''class''' TSLDisplayMarkerPosition : '''public''' [[Class SLScope.TSLDisplayProperty|TSLDisplayProperty]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTSLDisplayMarkerPosition : '''public''' [[Class SLFilterTypes.TSLCoordinateOffset|CTSLCoordinateOffset]]
+
'''class''' CTSLDisplayMarkerPosition : '''public''' [[Class SLScope.TSLDisplayProperty|CTSLDisplayProperty]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLDisplayMarkerPosition : [[Class SLFilterTypes.TSLCoordinateOffset|Mitov.PlotLab.CoordinateOffset]]
+
'''public ref class''' DisplayMarkerPosition : [[Class SLScope.TSLDisplayProperty|Mitov.PlotLab.DisplayProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
X, Y marker text offsets from a variable coordinate property class.  
+
[[Property SLScope.TSLDisplayMarkerPosition.X|X]], [[Property SLScope.TSLDisplayMarkerPosition.Y|Y]] marker position property class.  
  
 
== Description ==
 
== Description ==
Defines X, Y marker text offsets from a variable coordinate
+
Defines [[Property SLScope.TSLDisplayMarkerPosition.X|X]], [[Property SLScope.TSLDisplayMarkerPosition.Y|Y]] marker position property class.
property class.
+
  
 
== Properties ==
 
== Properties ==
  
 
=== Published ===
 
=== Published ===
*[[Property SLScope.TSLDisplayMarkerPosition.CoordinateMode|CoordinateMode]]
+
*[[Property SLScope.TSLDisplayMarkerPosition.X|X]] - Specifies the X position of the marker.
 +
*[[Property SLScope.TSLDisplayMarkerPosition.Y|Y]] - Specifies the Y position of the marker.
  
=== Public ===
+
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
*[[Property SLScope.TSLDisplayMarkerPosition.CX|CX]]
+
  
== From [[Class SLFilterTypes.TSLCoordinateOffset|TSLCoordinateOffset]] ==
+
== Methods ==
  
== Properties ==
+
=== Public ===
 
+
*[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]]
=== Published ===
+
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
*[[Property SLFilterTypes.TSLCoordinateOffset.CoordinateMode|CoordinateMode]]
+
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
+
== From [[Class SLFilterTypes.TSLOffset|TSLOffset]] ==
+
 
+
== Properties ==
+
 
+
=== Published ===
+
*[[Property SLFilterTypes.TSLOffset.CX|CX]]
+
*[[Property SLFilterTypes.TSLOffset.CY|CY]]
+
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:30, 26 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: TSLDisplayProperty

Contents

Syntax

Delphi:

type TSLDisplayMarkerPosition = class( TSLDisplayProperty )

C++ Builder:

class TSLDisplayMarkerPosition : public TSLDisplayProperty

Visual C++ (MFC):

class CTSLDisplayMarkerPosition : public CTSLDisplayProperty

C# (.NET):

public ref class DisplayMarkerPosition : Mitov.PlotLab.DisplayProperty

Summary

X, Y marker position property class.

Description

Defines X, Y marker position property class.

Properties

Published

From TLPPersistent

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox