Class SLControlCollection.TLPComponentElements
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 5: | Line 5: | ||
</span></b> | </span></b> | ||
− | '''Package:''' [[Package | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] |
'''Unit:''' [[Unit SLControlCollection|SLControlCollection]] | '''Unit:''' [[Unit SLControlCollection|SLControlCollection]] | ||
− | '''Inherits:''' [[Class SLComponentCollection. | + | '''Inherits:''' [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TLPComponentElements = '''class'''( [[Class SLComponentCollection. | + | '''type''' TLPComponentElements = '''class'''( [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems, ILPComponentElement]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TLPComponentElements : '''public''' [[Class SLComponentCollection. | + | '''class''' TLPComponentElements : '''public''' [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTLPComponentElements : '''public''' [[Class SLComponentCollection. | + | '''class''' CTLPComponentElements : '''public''' [[Class SLComponentCollection.TSLTypedComponentItems|CTSLTypedComponentItems]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== 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
- Count - Returns the number of components in the component collection.
- Items - Allows access to individual item from the component collection.
Methods
Public
- procedure GetChildren(Proc : TGetChildProc; Root : TComponent)
- procedure SetChildOrder(Child : TComponent; Order : Integer)
- procedure Notification(AComponent : TComponent; Operation : TOperation)
- procedure Clear(ADelete : Boolean) - Clears the collection.