Class LPDrawLayers.TLPDrawLayers
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 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 LPDrawLayers|LPDrawLayers]] | '''Unit:''' [[Unit LPDrawLayers|LPDrawLayers]] | ||
− | '''Inherits:''' [[Class SLComponentCollection. | + | '''Inherits:''' [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TLPDrawLayers = '''class'''( [[Class SLComponentCollection. | + | '''type''' TLPDrawLayers = '''class'''( [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems, ILPDrawItem]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TLPDrawLayers : '''public''' [[Class SLComponentCollection. | + | '''class''' TLPDrawLayers : '''public''' [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTLPDrawLayers : '''public''' [[Class SLComponentCollection. | + | '''class''' CTLPDrawLayers : '''public''' [[Class SLComponentCollection.TSLTypedComponentItems|CTSLTypedComponentItems]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DrawLayers : [[Class SLComponentCollection.TSLTypedComponentItems|Mitov.SignalLab.TypedComponentItems]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 33: | Line 33: | ||
== Description == | == Description == | ||
Defines a collection of drawing layers. | Defines a collection of drawing layers. | ||
+ | |||
+ | == From [[Class SLComponentCollection.TSLTypedComponentItems|TSLTypedComponentItems]] == | ||
== Properties == | == Properties == | ||
=== Public === | === Public === | ||
− | *[[Property | + | *[[Property SLComponentCollection.TSLTypedComponentItems.Items|Items]] |
== From [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]] == | == From [[Class SLComponentCollection.TSLComponentItems|TSLComponentItems]] == | ||
Line 60: | Line 62: | ||
=== 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: LPDrawLayers
Inherits: TSLTypedComponentItems
Contents |
Syntax
Delphi:
type TLPDrawLayers = class( TSLTypedComponentItems, ILPDrawItem )
C++ Builder:
class TLPDrawLayers : public TSLTypedComponentItems
Visual C++ (MFC):
class CTLPDrawLayers : public CTSLTypedComponentItems
C# (.NET):
public ref class DrawLayers : Mitov.SignalLab.TypedComponentItems
Summary
Collection of drawing layers.
Description
Defines a collection of drawing layers.
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.