Class ALVSTHost.TALVSTProgramItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 8: | Line 8: | ||
'''Unit:''' [[Unit ALVSTHost|ALVSTHost]] | '''Unit:''' [[Unit ALVSTHost|ALVSTHost]] | ||
− | |||
− | |||
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TALVSTProgramItem = '''class''' | + | '''type''' TALVSTProgramItem = '''class''' |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TALVSTProgramItem | + | '''class''' TALVSTProgramItem |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTALVSTProgramItem | + | '''class''' CTALVSTProgramItem |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' VSTProgramItem |
</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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 26 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 VSTProgramItem
Summary
VST available program class.
Description
Defines VST PlugIn available program class.
Properties
Public
- Name - Returns the name of the program.