Class ALVSTHost.TALVSTPins
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]] | '''Unit:''' [[Unit ALVSTHost|ALVSTHost]] | ||
− | '''Inherits:''' [[Class | + | '''Inherits:''' [[Class LPComponent.TLPOnDemandPersistentList|TLPOnDemandPersistentList]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TALVSTPins = '''class'''( [[Class | + | '''type''' TALVSTPins = '''class'''( [[Class LPComponent.TLPOnDemandPersistentList|TLPOnDemandPersistentList, TALVSTHost, TALVSTPin]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TALVSTPins : '''public''' [[Class | + | '''class''' TALVSTPins : '''public''' [[Class LPComponent.TLPOnDemandPersistentList|TLPOnDemandPersistentList]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTALVSTPins : '''public''' [[Class | + | '''class''' CTALVSTPins : '''public''' [[Class LPComponent.TLPOnDemandPersistentList|CTLPOnDemandPersistentList]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TALVSTPins : [[Class | + | '''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. | ||
− | + | == From [[Class LPComponent.TLPPersistentList|TLPPersistentList]] == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | == From [[Class | + | |
== Properties == | == Properties == | ||
=== Public === | === Public === | ||
− | *[[Property | + | *[[Property LPComponent.TLPPersistentList.Count|Count]] |
− | + | *[[Property LPComponent.TLPPersistentList.Items|Items]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | *[[ | + | |
[[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.