Class ALVSTHost.TALVSTPins

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 9: Line 9:
 
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]]
 
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]]
  
'''Inherits:''' [[Class ALVSTHost.TALVSTPersistentList|TALVSTPersistentList]]
+
'''Inherits:''' [[Class LPComponent.TLPOnDemandPersistentList|TLPOnDemandPersistentList]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALVSTPins = '''class'''( [[Class ALVSTHost.TALVSTPersistentList|TALVSTPersistentList]] )
+
'''type''' TALVSTPins = '''class'''( [[Class LPComponent.TLPOnDemandPersistentList|TLPOnDemandPersistentList, TALVSTHost, TALVSTPin]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALVSTPins : '''public''' [[Class ALVSTHost.TALVSTPersistentList|TALVSTPersistentList]]
+
'''class''' TALVSTPins : '''public''' [[Class LPComponent.TLPOnDemandPersistentList|TLPOnDemandPersistentList]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALVSTPins : '''public''' [[Class ALVSTHost.TALVSTPersistentList|CTALVSTPersistentList]]
+
'''class''' CTALVSTPins : '''public''' [[Class LPComponent.TLPOnDemandPersistentList|CTLPOnDemandPersistentList]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALVSTPins : [[Class ALVSTHost.TALVSTPersistentList|Mitov.AudioLab.VSTPersistentList]]
+
'''public ref class''' TALVSTPins : [[Class LPComponent.TLPOnDemandPersistentList|Mitov.AudioLab.OnDemandPersistentList]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 34: Line 34:
 
Defines list of VST PlugIn pins class.
 
Defines list of VST PlugIn pins class.
  
== Properties ==
+
== From [[Class LPComponent.TLPPersistentList|TLPPersistentList]] ==
 
+
=== Public ===
+
*[[Property ALVSTHost.TALVSTPins.Items|Items]] - Access to individual VST pin.
+
 
+
== From [[Class ALVSTHost.TALVSTPersistentList|TALVSTPersistentList]] ==
+
  
 
== Properties ==
 
== Properties ==
  
 
=== Public ===
 
=== Public ===
*[[Property ALVSTHost.TALVSTPersistentList.Count|Count]] - Returns the number of elements in the list.
+
*[[Property LPComponent.TLPPersistentList.Count|Count]]
 
+
*[[Property LPComponent.TLPPersistentList.Items|Items]]
== 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

Inherits: TLPOnDemandPersistentList

Contents

Syntax

Delphi:

type TALVSTPins = class( TLPOnDemandPersistentList, TALVSTHost, TALVSTPin )

C++ Builder:

class TALVSTPins : public TLPOnDemandPersistentList

Visual C++ (MFC):

class CTALVSTPins : public CTLPOnDemandPersistentList

C# (.NET):

public ref class TALVSTPins : Mitov.AudioLab.OnDemandPersistentList

Summary

List of VST PlugIn pins class.

Description

Defines list of VST PlugIn pins class.

From TLPPersistentList

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox