Class LPDrawLayers.TLPLayerCollection

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
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 LPComponent.TLPCollection|TLPCollection]]
+
'''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TLPLayerCollection = '''class'''( [[Class LPComponent.TLPCollection|TLPCollection]] )
+
'''type''' TLPLayerCollection = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TLPDrawLayer, TLPLayerCollectionItem]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TLPLayerCollection : '''public''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''class''' TLPLayerCollection : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTLPLayerCollection : '''public''' [[Class LPComponent.TLPCollection|CTLPCollection]]
+
'''class''' CTLPLayerCollection : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TLPLayerCollection : [[Class LPComponent.TLPCollection|Vcl.VclCollectionProperty]]
+
'''public ref class''' LayerCollection : [[Class LPComponent.TLPTypedOwnerComponentCollection|Vcl.VclCollectionProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 38: Line 38:
 
=== Public ===
 
=== Public ===
 
*[[Property LPDrawLayers.TLPLayerCollection.DrawLayer|DrawLayer]]
 
*[[Property LPDrawLayers.TLPLayerCollection.DrawLayer|DrawLayer]]
*[[Property LPDrawLayers.TLPLayerCollection.Items|Items]] - Allows access to individual layer from the collection.
 
  
 
== Methods ==
 
== Methods ==
Line 44: Line 43:
 
=== Public ===
 
=== Public ===
 
*[[Method function LPDrawLayers.TLPLayerCollection.Add() : TLPLayerCollectionItem|function Add() : TLPLayerCollectionItem]] - Adds a new layer to the collection.  
 
*[[Method function LPDrawLayers.TLPLayerCollection.Add() : TLPLayerCollectionItem|function Add() : TLPLayerCollectionItem]] - Adds a new layer to the collection.  
 +
 +
== From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] ==
 +
 +
== Properties ==
 +
 +
=== Public ===
 +
*[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]]
  
 
[[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: TLPTypedOwnerComponentCollection

Contents

Syntax

Delphi:

type TLPLayerCollection = class( TLPTypedOwnerComponentCollection, TLPDrawLayer, TLPLayerCollectionItem )

C++ Builder:

class TLPLayerCollection : public TLPTypedOwnerComponentCollection

Visual C++ (MFC):

class CTLPLayerCollection : public CTLPTypedOwnerComponentCollection

C# (.NET):

public ref class LayerCollection : Vcl.VclCollectionProperty

Summary

Base abstract class for image layer collections.

Description

Defines abstract base class for image layer collections.

Properties

Public

Methods

Public

From TLPTypedOwnerComponentCollection

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox