Class ALGraphicEqualizer.TALGraphicEqualizerChannels
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit ALGraphicEqualizer|ALGraphicEqualizer]] | '''Unit:''' [[Unit ALGraphicEqualizer|ALGraphicEqualizer]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TALGraphicEqualizerChannels = '''class'''( [[Class LPComponent. | + | '''type''' TALGraphicEqualizerChannels = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TALGraphicEqualizer, TALGraphicEqualizerChannelItem]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TALGraphicEqualizerChannels : '''public''' [[Class LPComponent. | + | '''class''' TALGraphicEqualizerChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTALGraphicEqualizerChannels : '''public''' [[Class LPComponent. | + | '''class''' CTALGraphicEqualizerChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TALGraphicEqualizerChannels : [[Class LPComponent. | + | '''public ref class''' TALGraphicEqualizerChannels : [[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. | ||
− | |||
== Methods == | == Methods == | ||
=== Public === | === Public === | ||
− | |||
*[[Method procedure ALGraphicEqualizer.TALGraphicEqualizerChannels.NewItemCreated(TCollectionItem)|procedure NewItemCreated(Item : TCollectionItem)]] | *[[Method procedure ALGraphicEqualizer.TALGraphicEqualizerChannels.NewItemCreated(TCollectionItem)|procedure NewItemCreated(Item : TCollectionItem)]] | ||
− | *[[ | + | |
+ | == From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] == | ||
+ | |||
+ | == Properties == | ||
+ | |||
+ | === Public === | ||
+ | *[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 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 TALGraphicEqualizerChannels : Vcl.VclCollectionProperty
Summary
Collection of graphic equalizer channels.
Description
Defines a collection of graphic equalizer channels.
Properties
Public
- ActiveCount - Returns the count of active channels in the equalizer.