Class LPDrawLayers.TLPLayerCollection
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(14 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
</span></b> | </span></b> | ||
− | '''Package:''' [[Package | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] |
'''Unit:''' [[Unit LPDrawLayers|LPDrawLayers]] | '''Unit:''' [[Unit LPDrawLayers|LPDrawLayers]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TLPLayerCollection = '''class'''( [[Class LPComponent. | + | '''type''' TLPLayerCollection = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TLPDrawLayer, TLPLayerCollectionItem]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TLPLayerCollection : '''public''' [[Class LPComponent. | + | '''class''' TLPLayerCollection : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTLPLayerCollection : '''public''' [[Class LPComponent. | + | '''class''' CTLPLayerCollection : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''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]] | ||
− | |||
== 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
- function Add() : TLPLayerCollectionItem - Adds a new layer to the collection.