Class MLDMOSupport.TMLDMOEnumEnvelopeStartValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:10, 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 TMLDMOEnumEnvelopeStartValue : 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.