Class LPComponent.TLPCollectionItem

From Mitov Wiki Doc
Revision as of 00:29, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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: LPComponent

Inherits: TOWExtCollectionItem

Contents

Syntax

Delphi:

type TLPCollectionItem = class( TOWExtCollectionItem )

C++ Builder:

class TLPCollectionItem : public TOWExtCollectionItem

Visual C++ (MFC):

class CTLPCollectionItem : public CLPComponent

C# (.NET):

public ref class VclCollectionItem : Vcl.VclCollectionItem

Summary

Represents an item in a collection.

Description

A TLPCollection holds a group of TLPCollectionItem objects. TLPCollectionItems are created and destroyed by TLPCollection’s Add and Clear methods. Each TLPCollectionItem has a Collection property that points to the TLPCollection object to which the item belongs.

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox