Class ALVSTHost.TALVSTOptionalParameter

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 8: Line 8:
  
 
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]]
 
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]]
 
'''Inherits:''' [[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]]
 
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALVSTOptionalParameter = '''class'''( [[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]] )
+
'''type''' TALVSTOptionalParameter = '''class'''
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALVSTOptionalParameter : '''public''' [[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]]
+
'''class''' TALVSTOptionalParameter
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALVSTOptionalParameter : '''public''' [[Class ALVSTHost.TALVSTPersistent|CTALVSTPersistent]]
+
'''class''' CTALVSTOptionalParameter
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALVSTOptionalParameter : [[Class ALVSTHost.TALVSTPersistent|Mitov.AudioLab.VSTPersistent]]
+
'''public ref class''' TALVSTOptionalParameter
 
</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.  
 
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
 
 
== Methods ==
 
 
=== Public ===
 
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Revision as of 20:30, 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: ALVSTHost

Contents

Syntax

Delphi:

type TALVSTOptionalParameter = class

C++ Builder:

class TALVSTOptionalParameter

Visual C++ (MFC):

class CTALVSTOptionalParameter

C# (.NET):

public ref class TALVSTOptionalParameter

Summary

Base class for optional VST parameters.

Description

Defines base class for optional VST parameters.

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox