Class MLDMOSupport.TMLDMOParameter
From Mitov Wiki Doc
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: TLPPersistent
Contents |
Syntax
Delphi:
type TMLDMOParameter = class( TLPPersistent )
C++ Builder:
class TMLDMOParameter : public TLPPersistent
Visual C++ (MFC):
class CTMLDMOParameter : public CTLPPersistent
C# (.NET):
public ref class DMOParameter : Vcl.VclProperty
Summary
Abstract base class for DMO parameters.
Description
This is abstract base class for DMO parameters.
Properties
Public
- DisplayValue - Returns the display value of the parameter.
- ValueUnit - Returns the name of the value unit of the parameter.
- Name - Returns the name of the parameter.