Class LPDrawLayers.TLPLayerCollection
From Mitov Wiki Doc
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.