Class ALVSTHost.TALVSTOptionalParameter
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 8: | Line 8: | ||
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]] | '''Unit:''' [[Unit ALVSTHost|ALVSTHost]] | ||
− | |||
− | |||
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TALVSTOptionalParameter = '''class''' | + | '''type''' TALVSTOptionalParameter = '''class''' |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TALVSTOptionalParameter | + | '''class''' TALVSTOptionalParameter |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTALVSTOptionalParameter | + | '''class''' CTALVSTOptionalParameter |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' VSTOptionalParameter |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 38: | Line 36: | ||
=== Public === | === Public === | ||
*[[Property ALVSTHost.TALVSTOptionalParameter.Available|Available]] - Indicates if the functionality is available. | *[[Property ALVSTHost.TALVSTOptionalParameter.Available|Available]] - Indicates if the functionality is available. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
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: AudioLabPkg
Unit: ALVSTHost
Contents |
Syntax
Delphi:
type TALVSTOptionalParameter = class
C++ Builder:
class TALVSTOptionalParameter
Visual C++ (MFC):
class CTALVSTOptionalParameter
C# (.NET):
public ref class VSTOptionalParameter
Summary
Base class for optional VST parameters.
Description
Defines base class for optional VST parameters.
Properties
Public
- Available - Indicates if the functionality is available.