Class LPComponent.TLPCollectionItem
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 TLPCollections Add and Clear methods. Each TLPCollectionItem has a Collection property that points to the TLPCollection object to which the item belongs.