Class SLScope.TSLDisplayMarkerPosition
From Mitov Wiki Doc
(Difference between revisions)
(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 | + | '''Inherits:''' [[Class SLScope.TSLDisplayProperty|TSLDisplayProperty]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLDisplayMarkerPosition = '''class'''( [[Class | + | '''type''' TSLDisplayMarkerPosition = '''class'''( [[Class SLScope.TSLDisplayProperty|TSLDisplayProperty]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLDisplayMarkerPosition : '''public''' [[Class | + | '''class''' TSLDisplayMarkerPosition : '''public''' [[Class SLScope.TSLDisplayProperty|TSLDisplayProperty]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLDisplayMarkerPosition : '''public''' [[Class | + | '''class''' CTSLDisplayMarkerPosition : '''public''' [[Class SLScope.TSLDisplayProperty|CTSLDisplayProperty]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DisplayMarkerPosition : [[Class SLScope.TSLDisplayProperty|Mitov.PlotLab.DisplayProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
− | X, Y marker | + | [[Property SLScope.TSLDisplayMarkerPosition.X|X]], [[Property SLScope.TSLDisplayMarkerPosition.Y|Y]] marker position property class. |
== Description == | == Description == | ||
− | Defines X, Y marker | + | Defines [[Property SLScope.TSLDisplayMarkerPosition.X|X]], [[Property SLScope.TSLDisplayMarkerPosition.Y|Y]] marker position property class. |
− | property class. | + | |
== Properties == | == Properties == | ||
=== Published === | === Published === | ||
− | *[[Property SLScope.TSLDisplayMarkerPosition. | + | *[[Property SLScope.TSLDisplayMarkerPosition.X|X]] - Specifies the X position of the marker. |
+ | *[[Property SLScope.TSLDisplayMarkerPosition.Y|Y]] - Specifies the Y position of the marker. | ||
− | == | + | == From [[Class LPComponent.TLPPersistent|TLPPersistent]] == |
− | + | ||
− | == | + | == Methods == |
− | == | + | === Public === |
− | + | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | |
− | + | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | |
− | *[[ | + | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | *[[ | + | |
− | *[[ | + | |
[[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.