Event ALVSTHost.TALVSTHost.OnBeginEdit
From Mitov Wiki Doc
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.
Class: TALVSTHost
Contents |
Syntax
Delphi:
property OnBeginEdit : TALVSTHostEditEvent read FOnBeginEdit write SetOnBeginEdit;
C++ Builder:
__property TALVSTHostEditEvent OnBeginEdit = { read=FOnBeginEdit, write=SetOnBeginEdit };
Summary
Tells the host that if it needs to, it has to record automation data for this control.
Description
Implement event handler for this event to get notified that
the VST PlugIn has to record automation data for this
control.