Class MLDMOSupport.TMLDMOEnumEnvelopeStartValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DMOEnumEnvelopeStartValue : [[Class MLDMOSupport.TMLDMOIntegerEnvelopeStartValue|Mitov.AudioLab.DMOIntegerEnvelopeStartValue]] |
</code> | </code> | ||
== Summary == | == Summary == |
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: AudioLabBasicPkg
Unit: MLDMOSupport
Inherits: TMLDMOIntegerEnvelopeStartValue
Contents |
Syntax
Delphi:
type TMLDMOEnumEnvelopeStartValue = class( TMLDMOIntegerEnvelopeStartValue )
C++ Builder:
class TMLDMOEnumEnvelopeStartValue : public TMLDMOIntegerEnvelopeStartValue
Visual C++ (MFC):
class CTMLDMOEnumEnvelopeStartValue : public CTMLDMOIntegerEnvelopeStartValue
C# (.NET):
public ref class DMOEnumEnvelopeStartValue : Mitov.AudioLab.DMOIntegerEnvelopeStartValue
Summary
Class for DMO enumerated parameter envelope item start values.
Description
This is class for DMO enumerated parameter envelope item start values.
Properties
Public
- DisplayValue - Returns the display string of the value.
Methods
Public
- procedure GetValuesList(AValues : TStrings) - Fills the list of names of possible values.
- procedure SetStringValue(AValue : String) - Sets the values as string.
From TMLDMOIntegerEnvelopeStartValue
Properties
Published
- StartValue - Specifies the starting value of the envelope item.
From TMLDMOBasicEnvelopeStartValue
Properties
Published
- StartMode - Specifies the desired start mode for the envelope item.