Class ALSystemMixer.TALSystemMixerNumberCollectionItem
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' SystemMixerNumberCollectionItem : [[Class ALSystemMixer.TALSystemMixerCollectionItem|Mitov.AudioLab.SystemMixerCollectionItem]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 54: | Line 54: | ||
=== Public === | === Public === | ||
*[[Property ALSystemMixer.TALSystemMixerCollectionItem.Mixer|Mixer]] - The mixer that owns the object | *[[Property ALSystemMixer.TALSystemMixerCollectionItem.Mixer|Mixer]] - The mixer that owns the object | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]] | ||
[[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: ALSystemMixer
Inherits: TALSystemMixerCollectionItem
Contents |
Syntax
Delphi:
type TALSystemMixerNumberCollectionItem = class( TALSystemMixerCollectionItem )
C++ Builder:
class TALSystemMixerNumberCollectionItem : public TALSystemMixerCollectionItem
Visual C++ (MFC):
class CTALSystemMixerNumberCollectionItem : public CTALSystemMixerCollectionItem
C# (.NET):
public ref class SystemMixerNumberCollectionItem : Mitov.AudioLab.SystemMixerCollectionItem
Summary
Number Control that can be created and set by the user.
Description
Defines a Number Control that can be created and set by the user. The user can create collections of controls and set rules for the controls to be associated with physical controls available on the system.
Properties
Public
- Value - Allows access to the value of the mixer item.
Pins
- ValuePin - Integer State Pin for the value of the control.
From TALSystemMixerCollectionItem
Properties
Published
- MixerControl - Associated physical control.
Public
- Mixer - The mixer that owns the object