Class ALVSTHost.TALVSTPrograms

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.TLPPersistentList|TLPPersistentList]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALVSTPrograms = '''class'''( [[Class ALVSTHost.TALVSTPersistentList|TALVSTPersistentList]] )
+
'''type''' TALVSTPrograms = '''class'''( [[Class LPComponent.TLPPersistentList|TLPPersistentList, TALVSTHost, TALVSTProgramItem]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALVSTPrograms : '''public''' [[Class ALVSTHost.TALVSTPersistentList|TALVSTPersistentList]]
+
'''class''' TALVSTPrograms : '''public''' [[Class LPComponent.TLPPersistentList|TLPPersistentList]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALVSTPrograms : '''public''' [[Class ALVSTHost.TALVSTPersistentList|CTALVSTPersistentList]]
+
'''class''' CTALVSTPrograms : '''public''' [[Class LPComponent.TLPPersistentList|CTLPPersistentList]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALVSTPrograms : [[Class ALVSTHost.TALVSTPersistentList|Mitov.AudioLab.VSTPersistentList]]
+
'''public ref class''' TALVSTPrograms : [[Class LPComponent.TLPPersistentList|Vcl.VclGenericOwnedReadOnlyObjectListProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 34: Line 34:
 
Defines VST PlugIn list of programs class.
 
Defines VST PlugIn list of programs class.
  
== Properties ==
+
== From [[Class LPComponent.TLPPersistentList|TLPPersistentList]] ==
 
+
=== Public ===
+
*[[Property ALVSTHost.TALVSTPrograms.Items|Items]] - Access to individual program.
+
 
+
== 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: TLPPersistentList

Contents

Syntax

Delphi:

type TALVSTPrograms = class( TLPPersistentList, TALVSTHost, TALVSTProgramItem )

C++ Builder:

class TALVSTPrograms : public TLPPersistentList

Visual C++ (MFC):

class CTALVSTPrograms : public CTLPPersistentList

C# (.NET):

public ref class TALVSTPrograms : Vcl.VclGenericOwnedReadOnlyObjectListProperty

Summary

VST list of programs class.

Description

Defines VST PlugIn list of programs class.

From TLPPersistentList

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox