Class ALVSTHost.TALVSTEditor

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(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]]
 
'''Inherits:''' [[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]]
 
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALVSTEditor = '''class'''( [[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]] )
+
'''type''' TALVSTEditor = '''class'''
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALVSTEditor : '''public''' [[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]]
+
'''class''' TALVSTEditor
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALVSTEditor : '''public''' [[Class ALVSTHost.TALVSTPersistent|CTALVSTPersistent]]
+
'''class''' CTALVSTEditor
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALVSTEditor : [[Class ALVSTHost.TALVSTPersistent|Mitov.AudioLab.VSTPersistent]]
+
'''public ref class''' VSTEditor
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 44: Line 42:
  
 
=== Public ===
 
=== Public ===
*[[Method procedure ALVSTHost.TALVSTEditor.Show(TWinControl)|procedure Show(AParent : TWinControl)]] - Shows the VST editor on a specific control.  
+
*[[Method function ALVSTHost.TALVSTEditor.Show(TWinControl) : Boolean|function Show(AParent : TWinControl) : Boolean]] - Shows the VST editor on a specific control.  
*[[Method procedure ALVSTHost.TALVSTEditor.Show(TWinControl;Integer;Integer)|procedure Show(AParent : TWinControl; AX : Integer; AY : Integer)]] - Shows the VST editor at specific position on a specific control.  
+
*[[Method function ALVSTHost.TALVSTEditor.Show(TWinControl;Integer;Integer) : Boolean|function Show(AParent : TWinControl; AX : Integer; AY : Integer) : Boolean]] - Shows the VST editor at specific position on a specific control.  
*[[Method procedure ALVSTHost.TALVSTEditor.Show(THandle)|procedure Show(AWinHandle : THandle)]] - Shows the VST editor on a specific window.  
+
*[[Method function ALVSTHost.TALVSTEditor.Show(HWND) : Boolean|function Show(AWinHandle : HWND) : Boolean]] - Shows the VST editor on a specific window.  
*[[Method procedure ALVSTHost.TALVSTEditor.Show(THandle;Integer;Integer)|procedure Show(AWinHandle : THandle; AX : Integer; AY : Integer)]] - Shows the VST editor at specific position on a specific window.  
+
*[[Method function ALVSTHost.TALVSTEditor.Show(HWND;Integer;Integer) : Boolean|function Show(AWinHandle : HWND; AX : Integer; AY : Integer) : Boolean]] - Shows the VST editor at specific position on a specific window.  
*[[Method procedure ALVSTHost.TALVSTEditor.Show()|procedure Show()]] - Shows the VST editor.  
+
*[[Method function ALVSTHost.TALVSTEditor.Show() : Boolean|function Show() : Boolean]] - Shows the VST editor.
 +
*[[Method function ALVSTHost.TALVSTEditor.ShowModal() : Boolean|function ShowModal() : Boolean]] - Shows the VST editor.  
 
*[[Method procedure ALVSTHost.TALVSTEditor.MoveTo(Integer;Integer)|procedure MoveTo(AX : Integer; AY : Integer)]] - Moves the VST editor to a position.  
 
*[[Method procedure ALVSTHost.TALVSTEditor.MoveTo(Integer;Integer)|procedure MoveTo(AX : Integer; AY : Integer)]] - Moves the VST editor to a position.  
 
*[[Method procedure ALVSTHost.TALVSTEditor.Hide()|procedure Hide()]] - Hides the VST editor.  
 
*[[Method procedure ALVSTHost.TALVSTEditor.Hide()|procedure Hide()]] - Hides the VST editor.  
 
*[[Method procedure ALVSTHost.TALVSTEditor.Activate()|procedure Activate()]] - Activates the editor.  
 
*[[Method procedure ALVSTHost.TALVSTEditor.Activate()|procedure Activate()]] - Activates the editor.  
 
*[[Method procedure ALVSTHost.TALVSTEditor.Deactivate()|procedure Deactivate()]] - Deactivates the editor.  
 
*[[Method procedure ALVSTHost.TALVSTEditor.Deactivate()|procedure Deactivate()]] - Deactivates the editor.  
 
== 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]]

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

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox