Class ALGraphicEqualizer.TALGraphicEqualizerChannels
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 43: | Line 43: | ||
=== 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. | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 17:20, 18 October 2012
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: TLPCollection
Contents |
Syntax
Delphi:
type TALGraphicEqualizerChannels = class( TLPCollection )
C++ Builder:
class TALGraphicEqualizerChannels : public TLPCollection
Visual C++ (MFC):
class CTALGraphicEqualizerChannels : public CTLPCollection
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.
- Items - Access to individual channel item from the collection.
Methods
Public
- function GetOwner() : TPersistent
- procedure NewItemCreated(Item : TCollectionItem)
- function Add() : TALGraphicEqualizerChannelItem - Adds a new channel to the collection.