Class ALSystemMixer.TALSystemMixerDeviceItems
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 39: | Line 39: | ||
=== Public === | === Public === | ||
*[[Property ALSystemMixer.TALSystemMixerDeviceItems.Items|Items]] - Access to individual item of the collection. | *[[Property ALSystemMixer.TALSystemMixerDeviceItems.Items|Items]] - Access to individual item of the collection. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function ALSystemMixer.TALSystemMixerDeviceItems.GetOwnerProperty() : TALSystemMixerDevice|function GetOwnerProperty() : TALSystemMixerDevice]] | ||
+ | *[[Method function ALSystemMixer.TALSystemMixerDeviceItems.Add() : TALSystemMixerDeviceItem|function Add() : TALSystemMixerDeviceItem]] - Creates and adds a new item 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: ALSystemMixer
Inherits: TLPCollection
Contents |
Syntax
Delphi:
type TALSystemMixerDeviceItems = class( TLPCollection )
C++ Builder:
class TALSystemMixerDeviceItems : public TLPCollection
Visual C++ (MFC):
class CTALSystemMixerDeviceItems : public CTLPCollection
C# (.NET):
public ref class TALSystemMixerDeviceItems : Vcl.VclCollectionProperty
Summary
Collection of alternative mixer devices to be used if the primary device is not available.
Description
Defines collection of alternative mixer devices to be used if the primary device is not available.
Properties
Public
- Items - Access to individual item of the collection.
Methods
Public
- function GetOwnerProperty() : TALSystemMixerDevice
- function Add() : TALSystemMixerDeviceItem - Creates and adds a new item to the collection.