Class LPDrawLayers.TLPDrawLayers

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(3 intermediate revisions by one user not shown)
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]]
  
 
'''Unit:''' [[Unit LPDrawLayers|LPDrawLayers]]
 
'''Unit:''' [[Unit LPDrawLayers|LPDrawLayers]]
  
'''Inherits:''' [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]]
+
'''Inherits:''' [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TLPDrawLayers = '''class'''( [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]] )
+
'''type''' TLPDrawLayers = '''class'''( [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems, ILPDrawItem]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TLPDrawLayers : '''public''' [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]]
+
'''class''' TLPDrawLayers : '''public''' [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTLPDrawLayers : '''public''' [[Class SLComponentCollection.TSLComponentItems|CTSLComponentItems]]
+
'''class''' CTLPDrawLayers : '''public''' [[Class SLComponentCollection.TSLTypedComponentItems|CTSLTypedComponentItems]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TLPDrawLayers : [[Class SLComponentCollection.TSLComponentItems|Mitov.SignalLab.ComponentItems]]
+
'''public ref class''' DrawLayers : [[Class SLComponentCollection.TSLTypedComponentItems|Mitov.SignalLab.TypedComponentItems]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 33: Line 33:
 
== Description ==
 
== Description ==
 
Defines a collection of drawing layers.
 
Defines a collection of drawing layers.
 +
 +
== From [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]] ==
  
 
== Properties ==
 
== Properties ==
  
 
=== Public ===
 
=== Public ===
*[[Property LPDrawLayers.TLPDrawLayers.Items|Items]] - Access to individual layer from the collection.
+
*[[Property SLComponentCollection.TSLTypedComponentItems.Items|Items]]
  
 
== From [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]] ==
 
== From [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]] ==
Line 60: Line 62:
  
 
=== Public ===
 
=== 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 function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:29, 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: Mitov.BasicLab

Unit: LPDrawLayers

Inherits: TSLTypedComponentItems

Contents

Syntax

Delphi:

type TLPDrawLayers = class( TSLTypedComponentItems, ILPDrawItem )

C++ Builder:

class TLPDrawLayers : public TSLTypedComponentItems

Visual C++ (MFC):

class CTLPDrawLayers : public CTSLTypedComponentItems

C# (.NET):

public ref class DrawLayers : Mitov.SignalLab.TypedComponentItems

Summary

Collection of drawing layers.

Description

Defines a collection of drawing layers.

From TSLTypedComponentItems

Properties

Public

From TSLComponentItems

Properties

Public

Methods

Public

From TLPPersistent

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox