Class ALVSTHost.TALVSTPrograms
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.TLPPersistentList|TLPPersistentList]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TALVSTPrograms = '''class'''( [[Class | + | '''type''' TALVSTPrograms = '''class'''( [[Class LPComponent.TLPPersistentList|TLPPersistentList, TALVSTHost, TALVSTProgramItem]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TALVSTPrograms : '''public''' [[Class | + | '''class''' TALVSTPrograms : '''public''' [[Class LPComponent.TLPPersistentList|TLPPersistentList]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTALVSTPrograms : '''public''' [[Class | + | '''class''' CTALVSTPrograms : '''public''' [[Class LPComponent.TLPPersistentList|CTLPPersistentList]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TALVSTPrograms : [[Class | + | '''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. | ||
− | + | == 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: 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.