Class ALSystemMixer.TALSystemMixerConnections
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 8: | Line 8: | ||
'''Unit:''' [[Unit ALSystemMixer|ALSystemMixer]] | '''Unit:''' [[Unit ALSystemMixer|ALSystemMixer]] | ||
+ | |||
+ | '''Inherits:''' [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]] | ||
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TALSystemMixerConnections = '''class''' | + | '''type''' TALSystemMixerConnections = '''class'''( [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList, TALSystemMixerConnection]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TALSystemMixerConnections | + | '''class''' TALSystemMixerConnections : '''public''' [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTALSystemMixerConnections | + | '''class''' CTALSystemMixerConnections : '''public''' [[Class LPComponent.TLPReadOnlyObjectList|CTLPReadOnlyObjectList]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TALSystemMixerConnections | + | '''public ref class''' TALSystemMixerConnections : [[Class LPComponent.TLPReadOnlyObjectList|Vcl.VclGenericReadOnlyObjectListProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 36: | Line 38: | ||
=== Public === | === Public === | ||
− | |||
− | |||
*[[Property ALSystemMixer.TALSystemMixerConnections.Line|Line]] - Line that owns the connections. | *[[Property ALSystemMixer.TALSystemMixerConnections.Line|Line]] - Line that owns the connections. | ||
+ | |||
+ | == From [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]] == | ||
+ | |||
+ | == Properties == | ||
+ | |||
+ | === Public === | ||
+ | *[[Property LPComponent.TLPReadOnlyObjectList.Items|Items]] | ||
[[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: ALSystemMixer
Inherits: TLPReadOnlyObjectList
Contents |
Syntax
Delphi:
type TALSystemMixerConnections = class( TLPReadOnlyObjectList, TALSystemMixerConnection )
C++ Builder:
class TALSystemMixerConnections : public TLPReadOnlyObjectList
Visual C++ (MFC):
class CTALSystemMixerConnections : public CTLPReadOnlyObjectList
C# (.NET):
public ref class TALSystemMixerConnections : Vcl.VclGenericReadOnlyObjectListProperty
Summary
Collection of mixer connections associated with a line.
Description
Defines collection of mixer connections associated with a line. Each connection has one or more controls.
Properties
Public
- Line - Line that owns the connections.