Class LPDrawLayers.TLPLayerCollection
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 39: | Line 39: | ||
*[[Property LPDrawLayers.TLPLayerCollection.DrawLayer|DrawLayer]] | *[[Property LPDrawLayers.TLPLayerCollection.DrawLayer|DrawLayer]] | ||
*[[Property LPDrawLayers.TLPLayerCollection.Items|Items]] - Allows access to individual layer from the collection. | *[[Property LPDrawLayers.TLPLayerCollection.Items|Items]] - Allows access to individual layer from the collection. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPDrawLayers.TLPLayerCollection.Add() : TLPLayerCollectionItem|function Add() : TLPLayerCollectionItem]] - Adds a new layer to the collection. | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 16:52, 18 October 2012
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: SignalLabBasicPkg
Unit: LPDrawLayers
Inherits: TLPCollection
Contents |
Syntax
Delphi:
type TLPLayerCollection = class( TLPCollection )
C++ Builder:
class TLPLayerCollection : public TLPCollection
Visual C++ (MFC):
class CTLPLayerCollection : public CTLPCollection
C# (.NET):
public ref class TLPLayerCollection : 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.