Class ALGraphicEqualizer.TALGraphicEqualizerChannels

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 9: Line 9:
 
'''Unit:''' [[Unit ALGraphicEqualizer|ALGraphicEqualizer]]
 
'''Unit:''' [[Unit ALGraphicEqualizer|ALGraphicEqualizer]]
  
'''Inherits:''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALGraphicEqualizerChannels = '''class'''( [[Class LPComponent.TLPCollection|TLPCollection]] )
+
'''type''' TALGraphicEqualizerChannels = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TALGraphicEqualizer, TALGraphicEqualizerChannelItem]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALGraphicEqualizerChannels : '''public''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''class''' TALGraphicEqualizerChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALGraphicEqualizerChannels : '''public''' [[Class LPComponent.TLPCollection|CTLPCollection]]
+
'''class''' CTALGraphicEqualizerChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALGraphicEqualizerChannels : [[Class LPComponent.TLPCollection|Vcl.VclCollectionProperty]]
+
'''public ref class''' GraphicEqualizerChannels : [[Class LPComponent.TLPTypedOwnerComponentCollection|Vcl.VclCollectionProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 38: Line 38:
 
=== Public ===
 
=== Public ===
 
*[[Property ALGraphicEqualizer.TALGraphicEqualizerChannels.ActiveCount|ActiveCount]] - Returns the count of active channels in the equalizer.  
 
*[[Property ALGraphicEqualizer.TALGraphicEqualizerChannels.ActiveCount|ActiveCount]] - Returns the count of active channels in the equalizer.  
*[[Property ALGraphicEqualizer.TALGraphicEqualizerChannels.Items|Items]] - Access to individual channel item from the collection.
 
  
 
== Methods ==
 
== Methods ==
  
 
=== Public ===
 
=== Public ===
*[[Method function ALGraphicEqualizer.TALGraphicEqualizerChannels.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
 
*[[Method procedure ALGraphicEqualizer.TALGraphicEqualizerChannels.NewItemCreated(TCollectionItem)|procedure NewItemCreated(Item : TCollectionItem)]]
 
*[[Method procedure ALGraphicEqualizer.TALGraphicEqualizerChannels.NewItemCreated(TCollectionItem)|procedure NewItemCreated(Item : TCollectionItem)]]
*[[Method function ALGraphicEqualizer.TALGraphicEqualizerChannels.Add() : TALGraphicEqualizerChannelItem|function Add() : TALGraphicEqualizerChannelItem]] - Adds a new channel to the collection.
+
 
 +
== From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] ==
 +
 
 +
== Properties ==
 +
 
 +
=== Public ===
 +
*[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:30, 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: AudioLabPkg

Unit: ALGraphicEqualizer

Inherits: TLPTypedOwnerComponentCollection

Contents

Syntax

Delphi:

type TALGraphicEqualizerChannels = class( TLPTypedOwnerComponentCollection, TALGraphicEqualizer, TALGraphicEqualizerChannelItem )

C++ Builder:

class TALGraphicEqualizerChannels : public TLPTypedOwnerComponentCollection

Visual C++ (MFC):

class CTALGraphicEqualizerChannels : public CTLPTypedOwnerComponentCollection

C# (.NET):

public ref class GraphicEqualizerChannels : Vcl.VclCollectionProperty

Summary

Collection of graphic equalizer channels.

Description

Defines a collection of graphic equalizer channels.

Properties

Public

Methods

Public

From TLPTypedOwnerComponentCollection

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox