Class LPComponent.TLPCollectionItem

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]]
  
 
'''Unit:''' [[Unit LPComponent|LPComponent]]
 
'''Unit:''' [[Unit LPComponent|LPComponent]]
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TLPCollectionItem : [[Class TOWExtCollectionItem|Vcl.VclCollectionItem]]
+
'''public ref class''' VclCollectionItem : [[Class TOWExtCollectionItem|Vcl.VclCollectionItem]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 41: Line 41:
  
 
=== Public ===
 
=== Public ===
*[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TPersistent) : HResult|function QueryInterface(IID : TGUID; Obj : TPersistent) : HResult]]
+
*[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:29, 26 June 2013

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