Class SLControlCollection.TLPComponentElements

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(11 intermediate revisions by one user not shown)
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]]
  
 
'''Unit:''' [[Unit SLControlCollection|SLControlCollection]]
 
'''Unit:''' [[Unit SLControlCollection|SLControlCollection]]
  
'''Inherits:''' [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]]
+
'''Inherits:''' [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TLPComponentElements = '''class'''( [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]] )
+
'''type''' TLPComponentElements = '''class'''( [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems, ILPComponentElement]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TLPComponentElements : '''public''' [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]]
+
'''class''' TLPComponentElements : '''public''' [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTLPComponentElements : '''public''' [[Class SLComponentCollection.TSLComponentItems|CTSLComponentItems]]
+
'''class''' CTLPComponentElements : '''public''' [[Class SLComponentCollection.TSLTypedComponentItems|CTSLTypedComponentItems]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TLPComponentElements : [[Class SLComponentCollection.TSLComponentItems|Mitov.SignalLab.ComponentItems]]
+
'''public ref class''' ComponentElements : [[Class SLComponentCollection.TSLTypedComponentItems|Mitov.SignalLab.TypedComponentItems]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 33: Line 33:
 
== Description ==
 
== Description ==
 
Defines a collection of component elements.
 
Defines a collection of component elements.
 
== Properties ==
 
 
=== Public ===
 
*[[Property SLControlCollection.TLPComponentElements.Items|Items]]
 
  
 
== Methods ==
 
== Methods ==
Line 44: Line 39:
 
*[[Method procedure SLControlCollection.TLPComponentElements.InvalidateOwner()|procedure InvalidateOwner()]]
 
*[[Method procedure SLControlCollection.TLPComponentElements.InvalidateOwner()|procedure InvalidateOwner()]]
 
*[[Method procedure SLControlCollection.TLPComponentElements.SelectionChange(ILPComponentElement)|procedure SelectionChange(ASelected : ILPComponentElement)]]
 
*[[Method procedure SLControlCollection.TLPComponentElements.SelectionChange(ILPComponentElement)|procedure SelectionChange(ASelected : ILPComponentElement)]]
 +
 +
== From [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]] ==
 +
 +
== Properties ==
 +
 +
=== Public ===
 +
*[[Property SLComponentCollection.TSLTypedComponentItems.Items|Items]]
  
 
== From [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]] ==
 
== From [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]] ==
Line 66: Line 68:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]]
 
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
  
 
[[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: SLControlCollection

Inherits: TSLTypedComponentItems

Contents

Syntax

Delphi:

type TLPComponentElements = class( TSLTypedComponentItems, ILPComponentElement )

C++ Builder:

class TLPComponentElements : public TSLTypedComponentItems

Visual C++ (MFC):

class CTLPComponentElements : public CTSLTypedComponentItems

C# (.NET):

public ref class ComponentElements : Mitov.SignalLab.TypedComponentItems

Summary

Collection of component elements.

Description

Defines a collection of component elements.

Methods

Public

From TSLTypedComponentItems

Properties

Public

From TSLComponentItems

Properties

Public

Methods

Public

From TLPPersistent

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox