Class SLControlCollection.TLPLinearAnalogComponentElements
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(9 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
</span></b> | </span></b> | ||
− | '''Package:''' [[Package | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] |
'''Unit:''' [[Unit SLControlCollection|SLControlCollection]] | '''Unit:''' [[Unit SLControlCollection|SLControlCollection]] | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' LinearAnalogComponentElements : [[Class SLControlCollection.TLPGaugeComponentElements|Mitov.SignalLab.GaugeComponentElements]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 35: | Line 35: | ||
== From [[Class SLControlCollection.TLPComponentElements|TLPComponentElements]] == | == From [[Class SLControlCollection.TLPComponentElements|TLPComponentElements]] == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Methods == | == Methods == | ||
Line 46: | Line 41: | ||
*[[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 68: | Line 70: | ||
=== 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: TLPGaugeComponentElements
Contents |
Syntax
Delphi:
type TLPLinearAnalogComponentElements = class( TLPGaugeComponentElements )
C++ Builder:
class TLPLinearAnalogComponentElements : public TLPGaugeComponentElements
Visual C++ (MFC):
class CTLPLinearAnalogComponentElements : public CTLPGaugeComponentElements
C# (.NET):
public ref class LinearAnalogComponentElements : Mitov.SignalLab.GaugeComponentElements
Summary
Collection of linear analog component elements.
Description
Defines a collection of linear analog component elements.
From TLPComponentElements
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.