Class ALSystemMixer.TALSystemMixerControlGroups
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 48: | Line 48: | ||
*[[Property ALSystemMixer.TALSystemMixerControlGroups.Switches|Switches]] - Collection of user defined switches. | *[[Property ALSystemMixer.TALSystemMixerControlGroups.Switches|Switches]] - Collection of user defined switches. | ||
*[[Property ALSystemMixer.TALSystemMixerControlGroups.Times|Times]] - Collection of user defined Time Controls. | *[[Property ALSystemMixer.TALSystemMixerControlGroups.Times|Times]] - Collection of user defined Time Controls. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function ALSystemMixer.TALSystemMixerControlGroups.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] == | == From [[Class LPComponent.TLPPersistent|TLPPersistent]] == | ||
Line 54: | Line 59: | ||
=== Public === | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | ||
+ | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[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: TLPPersistent
Contents |
Syntax
Delphi:
type TALSystemMixerControlGroups = class( TLPPersistent )
C++ Builder:
class TALSystemMixerControlGroups : public TLPPersistent
Visual C++ (MFC):
class CTALSystemMixerControlGroups : public CTLPPersistent
C# (.NET):
public ref class TALSystemMixerControlGroups : Vcl.VclProperty
Summary
Class that contains all the user created collections of controls.
Description
Defines a class that contains all the user created collections of controls. The user can create collections of controls and set rules for the controls to be associated with physical controls available on the system.
Properties
Published
- Faders - Collection of user defined faders.
- Lists - Collection of user defined List controls.
- BoolMeters - Collection of user defined Boolean Meters.
- IntegerMeters - Collection of user defined Integer Meters.
- Numbers - Collection of user defined number controls.
- Sliders - Collection of user defined sliders.
- Switches - Collection of user defined switches.
- Times - Collection of user defined Time Controls.