Class ALVSTHost.TALVSTProgramItem

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.TALVSTPersistentListItem|TALVSTPersistentListItem]]
 
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALVSTProgramItem = '''class'''( [[Class ALVSTHost.TALVSTPersistentListItem|TALVSTPersistentListItem]] )
+
'''type''' TALVSTProgramItem = '''class'''
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALVSTProgramItem : '''public''' [[Class ALVSTHost.TALVSTPersistentListItem|TALVSTPersistentListItem]]
+
'''class''' TALVSTProgramItem
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALVSTProgramItem : '''public''' [[Class ALVSTHost.TALVSTPersistentListItem|CTALVSTPersistentListItem]]
+
'''class''' CTALVSTProgramItem
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALVSTProgramItem : [[Class ALVSTHost.TALVSTPersistentListItem|Mitov.AudioLab.VSTPersistentListItem]]
+
'''public ref class''' TALVSTProgramItem
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 38: Line 36:
 
=== Public ===
 
=== Public ===
 
*[[Property ALVSTHost.TALVSTProgramItem.Name|Name]] - Returns the name of the program.  
 
*[[Property ALVSTHost.TALVSTProgramItem.Name|Name]] - Returns the name of the program.  
 
== 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 TALVSTProgramItem = class

C++ Builder:

class TALVSTProgramItem

Visual C++ (MFC):

class CTALVSTProgramItem

C# (.NET):

public ref class TALVSTProgramItem

Summary

VST available program class.

Description

Defines VST PlugIn available program class.

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox