Class ALVSTHost.TALVSTEditor
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 intermediate revisions by one user not shown) | |||
Line 24: | Line 24: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' VSTEditor |
</code> | </code> | ||
== Summary == | == Summary == |
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 TALVSTEditor = class
C++ Builder:
class TALVSTEditor
Visual C++ (MFC):
class CTALVSTEditor
C# (.NET):
public ref class VSTEditor
Summary
VST Visual editor properties class.
Description
Defines VST PlugIn Visual editor properties class.
Properties
Public
- Rectangle - Returns the editors rectangle.
- Available - Indicates if VST editor is available for this PlugIn.
- Visible - Indicates if the editor is visible.
Methods
Public
- function Show(AParent : TWinControl) : Boolean - Shows the VST editor on a specific control.
- function Show(AParent : TWinControl; AX : Integer; AY : Integer) : Boolean - Shows the VST editor at specific position on a specific control.
- function Show(AWinHandle : HWND) : Boolean - Shows the VST editor on a specific window.
- function Show(AWinHandle : HWND; AX : Integer; AY : Integer) : Boolean - Shows the VST editor at specific position on a specific window.
- function Show() : Boolean - Shows the VST editor.
- function ShowModal() : Boolean - Shows the VST editor.
- procedure MoveTo(AX : Integer; AY : Integer) - Moves the VST editor to a position.
- procedure Hide() - Hides the VST editor.
- procedure Activate() - Activates the editor.
- procedure Deactivate() - Deactivates the editor.