Class LPComponent.TLPCollectionItem
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 37: | Line 37: | ||
has a Collection property that points to the [[Class LPComponent.TLPCollection|TLPCollection]] | has a Collection property that points to the [[Class LPComponent.TLPCollection|TLPCollection]] | ||
object to which the item belongs. | object to which the item belongs. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TPersistent) : HResult|function QueryInterface(IID : TGUID; Obj : TPersistent) : HResult]] | ||
[[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: 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 TLPCollectionItem : 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.